Replies: 2 comments
|
@kalluu-ck - I am using dataverse-ify along with TypeScript for this. |
0 replies
|
The DataverseModelBuilder library used by PAC now has its own GitHub repo - https://github.com/microsoft/PowerPlatform-DataverseModelBuilder |
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.
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=javascriptto 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
All reactions