Hi, does anyone know How to call THIS in Javascript
api/data/v9.0/GlobalOptionSetDefinitions(Name='MYATTRIBUTE')
but using the object Xrm.WebApi.
y think its using Xrm.WebApi.execute but I don't know how.
Hi, does anyone know How to call THIS in Javascript
api/data/v9.0/GlobalOptionSetDefinitions(Name='MYATTRIBUTE')
but using the object Xrm.WebApi.
y think its using Xrm.WebApi.execute but I don't know how.
Agree with Joana, please refer to developer.mozilla.org/.../Using_Fetch, if you have any questions, please let me know.
Ok, I get it, Thank you Joana and as always Andrew I appreciate your help.
Hello Pablo,
I don't think that's doable. You will have to use either XmlHttpRequest or fetch - developer.mozilla.org/.../Using_Fetch
Hi Joana,
I'm just creating a web resource and just using Xrm.WebApi.retrieveRecord or Xrm.WebApi.retrieveMultipleRecords for get records so I am aware of XMLHttpRequest for simple http request but I just wondering if its possible to call that endpoint just using Xrm.WebApi.
thanks
Hi Pablo,
Why not build a normal HTTP request instead?
André Arnaud de Cal...
293,278
Super User 2025 Season 1
Martin Dráb
232,011
Most Valuable Professional
nmaenpaa
101,156
Moderator