Activity › Forums › Salesforce® Discussions › What is ActionStatus ?
-
What is ActionStatus ?
Posted by Saddam on September 3, 2019 at 11:29 AMWhat is ActionStatus ?
Achintya replied 6 years, 8 months ago 3 Members · 2 Replies -
2 Replies
-
Hi Saddam,
ActionStatus is a component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete.
Thanks
- [adinserter block='9']
-
ActionStatus visualforce component displays the status of an AJAX update request. An AJAX request can either be in progress or complete. It can be done using apex:actionStatus
Depending upon the AJAX request status (whether AJAX request is in progress or complete), this component will display a different message to the user. In many scenarios, the AJAX request takes some time. So we should display some message to the user that your request is in progress. Once request is complete, we can display some different message to the user.
Using actionstatus, we can also display some gif (Graphics Interchange Format), which shows to the user that their request is in progress. It gives a very good presentation to end-user.
Log In to reply.