Activity Forums Salesforce® Discussions What is ActionStatus ?

  • Laveena

    Member
    September 3, 2019 at 11:52 am

    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

     

  • Achintya

    Member
    September 3, 2019 at 1:04 pm

    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.

Popular Salesforce Blogs

Popular Salesforce Videos