- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Jayesh,
possible solution for you can be the following:
- Instead of using enums, you may create a new table with desired values and link it to the target table using FK link. The new table may be updated via workflow you mentioned.
If you want to use enum, I think you have to update schema and publish the changes.
Regards,
Milan