on 2019 May 10 10:41 PM
Hi Experts,
I have a dynamic enum type in items xml with two predefined values:
<enumtype code="MyEnum" dynamic="true" generate="true" autocreate="false" >
<value code="new1"/>
<value code="new2"/>
</enumtype>
What is the best way to remove or update the value code “new2” on runtime?
NOTE: Update/Remove through impex doesn’t work for “new1” or “new2” values.
Regards Rahul
Request clarification before answering.
try this sql query
Delete FROM enumerationvalues item_t0 WHERE (item_t0.code='yourenumValue')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.