m
message has been deleted
👍 1
e
I see thanks @michoel I will try this
m
Copy code
function pageInit(context) {
	var curRecord = context.currentRecord;
	if (!curRecord.getValue('override')) {
		curRecord.getField({ fieldId: 'override' }).isVisible = false;
	}
}
👍 1
e
thanks