I need to prevent modifying certain records in a table. I need to put this condition on the table level, as there are different forms using this table and I cannot put lock on every form. I have an enum field in this table and I need to prevent updating that record if the enum field is populated as 'Yes'.
Please suggest me the code and where I need to add this code.
For Example: I have a customized field in the invent table and I want to prevent editing those records which have this field populated as 'Yes'. I want to prevent this editing at table level itself.
i.e. We should not be able to edit these records from anywhere in ax.
*This post is locked for comments
I have the same question (0)