Scenario: The user needs to disable the Sublist field value of the field ‘Price Level’ if the invoice is billed (the value of the sublist field ‘Invoiced’ is equal to ‘0’). The script will disable the column based on the condition by getting the sublist field and making it disabled using, var priceLevelField = currentRecordObj.getSublistField({… Continue reading Enable Sublist Field based on the conditions.