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-11: Send Record ID Dyn...

Part-11: Send Record ID Dynamically–Dynamics CRM Performance Test

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

As mentioned in Part-10, we need to capture Record ID for Update, Resolve or Cancel Scenarios. After capturing the Record ID we need to send this dynamically with Update, Resolve or Cancel Requests.

Refer below steps to set Dynamic Record ID:

1. Same recorded Web Performance Test find out the request that used for request [Ex: Update, Resolve or Cancel <<EntityName>>.I took here as Resolve Case].

clip_image002

2. Right click on “String Body” and select Properties (This is the request will send to server to resolve case)

3. Copy the String Body into Notepad.

clip_image004

4. Check for the GUID format (or) Get the Case GUID that created as part of web performance Test recording.[After successful Web Performance Test Run “Part-3” it creates a record in CRM]

5. Search the Case GUID within “String Body”

6. Replace it with Extraction Rule Name in below format – [Use same Name that given while extracting Record ID from Create Request – Part-10]

{{CaseID}}

clip_image006


This was originally posted here.

Comments

*This post is locked for comments