Applies to Product - Power Pages
What’s happening?
The customer is seeking best practices for implementing exclusion control for CRUD operations when saving data from Power Pages to Dataverse tables.
Reason:
The standard specification for exclusion control is based on a "last write wins" approach, making it challenging to implement strict locking mechanisms for simultaneous access at sub-second intervals.
Resolution:
- Review the information provided on the following URL regarding optimistic concurrency: Optimistic Concurrency.
- For applying optimistic concurrency during updates using the Web API, refer to the following URL: Apply Optimistic Concurrency on Update.
- Utilize the Portal Web API to enhance user experience within Power Pages, as detailed in the following URL: Portal Web API Overview.
