How to use auto generated early bound files as constants for column set? #434
-
Is it possible when using column set to use the values from an auto generated file without using nameof()? I have seen most examples use the organization service context and linq to make use of the file, but is there a way to use the strongly typed values to specify in a column set instead? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You would use pac modelbuilder build --help to see the properties you can pass to create strongly types classes. The XrmToolbox tool called "EarlyBoundGenerator" also offers a UX layer and some enhancements on pac modelbuilder if you prefer to use a UX tool. |
Beta Was this translation helpful? Give feedback.
I believe this is the --emitfieldsclasses parameter.