Hello Guys..
Mostly we use the the ActionStatus Tag with StartText And StopText Attribute..
Like
<apex:actionStatus startText="Processing..." id="sts">
We have another way the show the image as progress bar on visualforce page using another tag Apex Facet.
<apex:actionStatus id="sts" style="align:center;"> <apex:facet name="start"> <apex:image value="/img/loading.gif" title="Processing..."/> </apex:facet> <apex:facet name="stop"></apex:facet> </apex:actionStatus>
This is a very good article, we have told about Androvid on our site Androvid App
ReplyDeleteState management in Batch Apex is crucial for handling large data volumes in Salesforce. Batch Apex processes data in chunks, and managing state ensures data consistency across these batches. Use to maintain variables between executions. This is helpful for aggregating results or managing dynamic processing logic. Proper state management improves performance and ensures accurate data handling in batch processes.
ReplyDeleteThank you
Data science Courses in Berlin