Hi,
In the Sales CRM, I have a settings table with the fields with which I want to control the editing of the Tables like Product, Customer, Contact etc.
Eg. If the field ProductEditingAllowed is set to true, I want to show the New, Save buttons for the Product. If the value is set to No, I want to hide the buttons.
With the simple javascript function setting the return value to true or false, I managed to show or hide buttons but now I want the buttons to be controlled based on the settings table field values.
Can you please let me know whether this is possible or any other better way to achieve this?
Thanks and Regards.