raghav
04/02/2024, 4:03 PMNathan L
04/02/2024, 4:44 PMconst customButton = document.querySelector('custpage_button');
customButton.style.display = 'none';
This kind of works.
If nothing else it might give you a good starting pointNathan L
04/02/2024, 4:44 PMNathan L
04/02/2024, 4:50 PMconst currentRec = currentRecord.get();
const button = currentRec.getField({ fieldId: 'custpage_hide' });
button.isDisabled = true;
Ehh this is better. It grey's out the button and doesn't allow it to be clickedcreece
04/02/2024, 4:57 PMraghav
04/02/2024, 9:38 PMNElliott
04/04/2024, 8:56 AMNathan L
04/04/2024, 11:25 AMraghav
04/05/2024, 2:16 PMraghav
04/23/2024, 8:47 PM