Replies: 2 comments
-
@kalluu-ck - I am using dataverse-ify along with TypeScript for this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The DataverseModelBuilder library used by PAC now has its own GitHub repo - https://github.com/microsoft/PowerPlatform-DataverseModelBuilder |
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
-
Dear team,
In my project, we work a lot with Web API, and now we don't want to hardcode the logical / schema names of entity fields.
So is there a way of using the
pac modelbuilder --language=javascript
to generate js files with all the needed metadata (schema names, logical names of entity, fields and relationships) of an entity? Then we can just import and use them instead of hardcoding.Thanks,
Kim Anh
Beta Was this translation helpful? Give feedback.
All reactions