web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / CRM TIPS By PRM / Part-6: Understanding WRPC_...

Part-6: Understanding WRPC_TOKEN and Timestamp in Dynamics CRM Operations

P. R. M Profile Picture P. R. M 739

Web Performance Test for Searching scenarios works without error. But, when it comes to Create and Update request we will get WRPC_TOKEN related errors. Generally, when we initiate the Create request (Clicking on +New) CRM send a token to users and it send back to server with Create request Header on clicking save. WRPC_TOKEN and Timestamp are generated by CRM server for each Request separately.

Web Performance Recording time we will make a Create Request and CRM server generates WRPC_TOKEN and it will be sent to CRM server on clicking Save. This recording hardcodes the TOKEN. But, when we re-run the same Web Performance Test again then same TOKEN will be sent to CRM server, so we will receive below Error.

clip_image001


This was originally posted here.

Comments

*This post is locked for comments