Replies: 1 comment
-
|
Will look into it. Can you please submit this as a feature request under "Issues"? thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How about if generated type was extended to be used with entity type as well as form context.
so that WebApi would be as easy as form context to develop with.
let caseid: Xrm.LookupValue | undefined = _formContext.getAttribute("new_caseid").getValue()?.at(0);let relatedcase: Xrm.New_case = await Xrm.WebApi.online.retrieveRecord(caseid.entityType, caseid.id);let status = relatedcase.statuscode;Beta Was this translation helpful? Give feedback.
All reactions