Hi all,
I would like to add an enum value to PayrollContributionBasis enum but this enumeration had property isExtensible set to false how can i add a value to this type of enum
Thank you.
*This post is locked for comments
Hi all,
I would like to add an enum value to PayrollContributionBasis enum but this enumeration had property isExtensible set to false how can i add a value to this type of enum
Thank you.
*This post is locked for comments
Thank you
Hi,
You will not be able to do it via extensions.
You have 2 options now:
- overlayer and either modify the property to make the enum extensible, or add the value
- submit a suitable request on Microsoft Connect site, but this might take a while and would have to gain enough attention
Thanks,
Maciej
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156