Hi, community.
Is there a way to make a "Detail" read-only on mobile?
I need to hide the "Add" and "Delete" buttons in "Detail" according to some rules.
I know that in the web version we can do this with the code below:
getAddRecordButtonVisible: function() {return false; },
editCurrentRecord: () => false,
getEditRecordMenuItem: Terrasoft.emptyFn,
getCopyRecordMenuItem: Terrasoft.emptyFn,
getDeleteRecordMenuItem: Terrasoft.emptyFn,
Thanks,
Tiago Pierine.