Using ‘No Lock’ in FetchXML CRM
In one of our requirement we are retrieving records using FetchXML and we observed fetch taking long time when there are more concurrent user access.
Reason:
- Records are being updated by other users when I perform Fetch
Fix :
- Set “no-lock=’true'” in the FetxhXML as below
<fetch mapping=’logical’ no-lock=’true’>
</fetch>
🙂
Comments (0)
Trackbacks (0)
Leave a comment
Trackback