derekfinlinson / xrm-webapi

Dynamics 365 Web Api TypeScript module
MIT License
27 stars 13 forks source link

Xrm is not defined in model.js #29

Closed johnpatoki closed 4 years ago

johnpatoki commented 5 years ago

when try to run angular app i got error in model.js of "Xrm not defined"

image

derekfinlinson commented 5 years ago

You probably need to include the ClientGlobalContext.js.aspx script in your HTML file.

derekfinlinson commented 5 years ago

@johnpatoki Did you get this resolved?