Blogs tagged webui ajax
-
Hello, Today I want to share with you one more example of AJAX implementation in WebUI. Particularly this is about how can we improve the usability and the business process performance by implementing asynchronous request processing in CRM... Read More »1Comment0Likes -
Update view fields via AJAX call Use Case When doing some applications one may need to update certain fields on the screen without calling a back-end. In this case, the use of AJAX functionality of CRM WebUI can be useful. In this... Read More »0Comments1Like -
Parallelization in Web UI PART 3 AJAX (… continued) Limits of a stateful application Now let us place two samples from above onto the same page: You will notice down that the response time is significantly higher than before. In the... Read More »1Comment1Like -
Parallelization in Web UI Part2 4. AJAX Concept AJAX (short for asynchronous JavaScript and XML) is a set of web development techniques utilizing many web technologies used on the client-side to create asynchronous Web applications.... Read More »5Comments3Likes -
Parallelization in Web UI Part1 1. General Idea All modern web-browser applications support parallelization or asynchronous processing of the requests from the user. Nowadays, the backend systems are scalable and therefore the... Read More »3Comments5Likes