[BUG] OpenEntity throwing CRM Unavailable record
See original GitHub issueEasyRepro Version
- Microsoft Dynamics 365 Online Version 9.1 (9.1.x) (DB 9.1.x) online
UCI or Classic Web
- UCI (XrmApp)
Online or On Premise
- Online
Browser
- Chrome
Describe the bug
XrmApp.Entity.OpenEntity(“incident”, incidentId); is throwing error on Canary environment. Probably locator has changed.
Code to reproduce
XrmApp.Entity.OpenEntity("incident", incidentId);
–>
Expected behavior
Open the entity and wait for page to load.
Screenshots
Additional context
This is actually happening on Canary environment, so I suspect is a locator changed from Microsoft, since the issue is on a Wait for Element. Check attached screenshots.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Unable to open entity records using an iPad - Dynamics CRM
This article provides a resolution for the problem that occurs when you attempt to open an entity record by using an iPad.
Read more >Microsoft Dynamics CRM - RSSing.com
Forum Post: RE: CRM Plugin throws an error when records are created through Web Services (API). May 12, 2017, 7:33 pm.
Read more >CRM Offline New Activity Error – “Record Is Unavailable”
The requested record was not found or you do not have sufficient permissions to view it. If you are offline, the record was...
Read more >Dynamics 365 Online. "Record Is Unavailable" error ...
Hello,. When, I'm trying to publish solution in Dynamics 365 online, I'm getting the "Record Is Unavailable" message. 6254.picture1.png.
Read more >Error (bug?) when creating records from Dynamics CRM ...
I'm working on a project with CRM Online, and I just found a significant difference between how records are saved from updated-mode forms...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@imartinflores - I pulled version 17138 from NuGet, it should be replaced with version 9.1.0.17139 shortly.
Thanks! Tyler
@imartinflores - I confirmed the problem on CommandBar.ClickCommand(). The second null check should be referencing ‘subSecondName’, not subname a second time.
I’ll standby to make sure you haven’t seen any other problems, but will plan to get this fix pushed shortly.
Thanks, Tyler