function fieldChanged(scriptContext) { // Specify the particular field change condition var itemField = form.getSublist({id: ‘item’}).getField({id: ‘item’}); itemField .isDisplay = false }
Tag: Client script field change
How to disable a normal field in Client script Field Change
How to disable a normal field in Client script Field Change