Open BetimBeja opened 3 years ago
Thanks for merging the PR @OliverFlint 🎉
@BetimBeja I've published this a 1.1.0-beta https://www.npmjs.com/package/xrmtypesgen/v/1.1.0-beta
Once we are happy, I'll publish as "latest".
Reopening this as it needs a readme update for the new switches.
We also need to remove some console.log
entries from the final code and fix a problem with Timeline control. Probably add support for MultiSelectOptionSets
also.
This is interesting 😮 Choices is a AttributeType: Virtual
{
"@odata.type": "#Microsoft.Dynamics.CRM.MultiSelectPicklistAttributeMetadata",
"LogicalName": "albx_multichoice",
"SchemaName": "albx_MultiChoice",
"AttributeType": "Virtual",
"MetadataId": "7d81eb35-a6b8-ec11-983f-000d3abf6036",
"AttributeTypeName": {
"Value": "MultiSelectPicklistType"
}
}
I know it is much to ask ;) but: I would like to add an option to generate the EarlyBound models in a slightly different format which is compatible with the new package that I have created: @albanian-xrm/early-bound I will issue a PR myself soon for this.