Announcements
I have non D365 application which has the ability to create a link which can point to a record and provide a variable.
EG myurl.com.au?id=123456
where 123456 is the account id in in the external system
I am wanting to open the account record say below
I have created and alternate key against a field alternateID where we are storing the external clientid (123456)
Is it possible to add the alternateID to the URL without having the record GUID
I thought this may be the case. I don't have the capacity in the external app to fetch the GUID. could I point it to a "redirecting" Html page to fetch the GUID? I have been working with a Java script and adding it as a web resource, but still getting errors
If so how would I do that?
I would be thinking the "Process" I'm trying to replicate is something like this.
- Send id to redirect HTML (eg mywebsite.com/redircet.html?id=123456)
- redirect.html has a script to fetch the GUID
- creates the new revised link to the D365 record
- forwards to that url
Any code her would be very helpful.
Hi Amit,
Thank you for this. Yes I would like to open the record.
Hi Mark TVC ,
Before opening the record. Fetch GUID with the help of an alternate key and then open the record using the GUID.
No it is not possible because GUID is unique id related with each CRM components. And to open any record we need its GUID.
Do you want to open record or fetch it's related data because if you want record data in your code then we don't need guid we can provide other parameters.
Thank you,
Amit Katariya
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,186 Super User 2024 Season 2
Martin Dráb 227,996 Super User 2024 Season 2
nmaenpaa 101,148