scottdurow / dataverse-ify

Easily call the Dataverse WebApi from TypeScript using SDK style types, with a NodeJS implementation for integration testing.
MIT License
58 stars 16 forks source link

Issues with generated FormContext #44

Open mariusso opened 1 year ago

mariusso commented 1 year ago

Hi Scott. This project is a fantastic initiative. Great! :)

Some issues I've found so far:

Not all attributes are generated in the form context. For example, parentaccountid on opportunity is not generated in the form context.

And some mistakes in the types in the form context. For example, I have a mulitselect option set which get set to Xrm.Attributes.OptionSetAttribute and Xrm.Attributes.OptionSetControl.

But no biggie, these are easily overridden with the base Form Context.