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.