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

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Open Webresource with JS and Refresh form on Closing – Dynamics 365

var serverUrl = Xrm.Page.context.getClientUrl(); var addParams = "EntityName=" + EntityName + "&EntityId=" + EntityId; var AddCommentsHTML = serverUrl + "/WebResources/new_CommentHTML?Data=" + encodeURICo...

P. R. M 739
Like (0)
Issue while with relative URL using the WebResources folder

Issue: Mscrm is not defined Error occurred inside HTML Web Resource. Icons are not displaying in Cases View Details: We have referred “ClientGlobalContext.js.aspx” in HTML web Resource as below: /webresources/ClientGlobalContext.js.aspx HTML W...

P. R. M 739
Like (0)
Part-12: Create Sample Load Test Plug-ins–Performance Test in VS 2017

Load Test Plug-ins can be developed to expand or modify the Load Test built in functionality. Load Test allows to add Plug-ins and these Plug-in executes at the time of Load Test run based on specified Events. To create Load Test Plug-ins, must ...

P. R. M 739
Like (0)
XML File is opening Instead of Downloading on Ribbon Button Click–Dynamics 365 Jav...

We have a requirement to download the XML file that placed inside Server on Ribbon Button click. It is working as expected. We observed that XML file opening instead of downloading in some of the users systems. 1. Open IE – Settings Icon 2. Sel...

P. R. M 739
Like (0)
Part-9: Error – The input is not a valid Base-64 string as it contains a non-base ...

We would receive below error while executing “InlineEditWebService.asmx” Request after setting CRMWRPCToken and CRMWRPCTokenTimeStamp values as per Part-7 and Part-8]. Issue: The input is not a valid Base-64 string as it contains a non-base 64 c...

P. R. M 739
Like (0)
Part-10: Extract Record ID from InlineEditWebService.asmx–Dynamics 365 Performance...

Update, Assign, resolve cases scenarios need to capture the created Case ID. Because, while recording the Resolve case scenario, web test hardcodes the Case ID that generated as part of recording. Hence, Load Test will throw an error if we execut...

P. R. M 739
Like (0)
Part-11: Send Record ID Dynamically–Dynamics CRM Performance Test

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....

P. R. M 739
Like (0)
Part-6: Understanding WRPC_TOKEN and Timestamp in Dynamics CRM Operations

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 an...

P. R. M 739