Issue:
Had created a Enum field on a table and Attached EDT NOYesId to it, expectations was to check/uncheck the fields on grid and it was not working, but when updated from backend its fine and through code also it's been updated as required. But its a simple enum field which has to Check / Uncheck based on user selection on form.
Solution:
Create a new enum field to the same table rename the old one and use this with initially created enum field. Now check/ uncheck on forms works well and good.
Reason:
Unknown
Time consumed:
2 Hrs
No comments:
Post a Comment