It would be nice to have an option to read the configuration from file, so that we could add more advanced filters. Like white lists, or black lists for forms or entities. Or specify a list of forms. for example a file XrmTypesGen.config.json like this:
{
"entities": {
"account": "Account",
"contact": ["Contact", "Information"],
"lead": true
}
}
It would be nice to have an option to read the configuration from file, so that we could add more advanced filters. Like white lists, or black lists for forms or entities. Or specify a list of forms. for example a file
XrmTypesGen.config.jsonlike this:{ "entities": { "account": "Account", "contact": ["Contact", "Information"], "lead": true } }