Replies: 4 comments 7 replies
-
It would be better to open the discussion here: https://github.com/microsoft/PowerPlatform-DataverseModelBuilder Our tooling uses this library. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@danosted this ability is supported in the Early Bound Generator V2 for the XrmToolBox: |
Beta Was this translation helpful? Give feedback.
-
As a workaround you can use with PowerShell & PAC CLI, this PowerShell function returns an array of table logical names that match an array of prefix values:
For example:
It is based on the pattern described in this article: Use PowerShell and Visual Studio Code with the Dataverse Web API > Create reusable functions @petrochuk Since model-builder has already said they will not support this at this time, perhaps PAC CLI can include this until they do? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using pac modelbuilder with entityNamesFilter parameter it would be immensely useful to have support for wildcard character * for specific prefix models - e.g. "custom_*". This makes it possible to bulk add custom prefix models, instead of having to manually add all of a certain prefix.
It is the exact same idea as is implemented for messagenamesfilter.
Beta Was this translation helpful? Give feedback.
All reactions