Natraj Yegnaraman

Results 105 comments of Natraj Yegnaraman

4.1.1 it now approved and live. Update your version and check after refreshing the Dynamics page.

@tommyboisvert - The old version is still on Chome store. What happens when the impersonation stops working? Can you add some more detail so that I can try to reproduce...

@GerritRega - Try it first without manually refreshing and see how you go. The new version uses session rules that it is impossible to do the tabid + impersonation user/environment...

If you right click on the page there is a context menu to load the sidebar. I put the popup for people who are used to the old UI. So,...

@n0rthface @tommyboisvert @jsdanie1 @GerritRega @K-Karev @Sigvaldur-Henriksen-DSB @AlejandroAvila-mx Moved from sessionRules to dynamicRules in the beta release which is what I was using in the old version. Try sideloading the beta...

@copilot - Did you check the comment https://github.com/rajyraman/Levelup-for-Dynamics-CRM/issues/418#issuecomment-3259393566

@jayuu539 - I am using [dynamics-web-api](https://github.com/AleksandrRogov/DynamicsWebApi) library. https://github.com/rajyraman/Levelup-for-Dynamics-CRM/blob/7f9a8262e75995505fdb9dd4b4604ef65303ec84/src/content/modules/admin-actions.ts#L110-L115 I looked into their code and this is what it does. Is this not returning the right URL?

@jayuu539 - If executeFetchXml fails executeFetchXmlWithFetch is the fallback. https://github.com/rajyraman/Levelup-for-Dynamics-CRM/blob/7f9a8262e75995505fdb9dd4b4604ef65303ec84/src/content/modules/webapi-client.ts#L659-L679 It is initialised correctly. https://github.com/rajyraman/Levelup-for-Dynamics-CRM/blob/7f9a8262e75995505fdb9dd4b4604ef65303ec84/src/content/modules/webapi-client.ts#L47-L66

The fallback does work for me. Must be something to do with DynamicsWebApi library. I have to check if I am missing any config.

@jayuu539 - I removed URL config altogether. Try to sideload this version and see if that picks up the right endpoint. I built this in dev mode as well with...