Disable Prohibit modification feature

It looks like that with edit rights to the attribute user gets the ability to prohibit modification of this attribute in Manager.

Our customer wants to disable Prohibit modification functionality. Is that possible? What would be the right way to do it?

Parents
  • Sorry, but as far as I know there is no way to do it currently.

    You may want to contact support on this matter to check if they knew a way to do it.

    As a workaround, you could try to create a process at the table QBMLock listening to the INSERT event. The process the deletes the new entry in QBMLock right away. But be aware, I haven't tested this but it sounds doable.

Reply
  • Sorry, but as far as I know there is no way to do it currently.

    You may want to contact support on this matter to check if they knew a way to do it.

    As a workaround, you could try to create a process at the table QBMLock listening to the INSERT event. The process the deletes the new entry in QBMLock right away. But be aware, I haven't tested this but it sounds doable.

Children
No Data