Hi All,
We are facing an issue with Enum value sync in DB.
Scenario :
We created a new enum, ex., TestEnum with elements as below and deployed to the Tier 2 environment.
Enum value | Name |
0 | B |
1 | C |
2 | D |
Later, we added a new element and changed the enum value as below and deployed again to the Tier 2 environment.
Enum value | Name |
0 | A |
1 | B |
2 | C |
3 | D |
But the enum values in the standard - 'EnumValueTable' is not getting changed unless we manually delete the data for the particular EnumId and resync the data.
As we don't have provision to backend in Tier 2 environment, we are not able to proceed with this workaround.
Could someone please suggest your inputs on this issue!
Thanks!