I am trying to make 'company' field as mandatory u...
# suitescript
a
I am trying to make 'company' field as mandatory using pageinit function on the task record but it is failing. I need help please and below is my code.
Copy code
var currentRecord = context.currentRecord;
var companyField = currentRecord.getField('company');
companyField.isMandatory = true;