Dynamically Get the Contact Roles Through SuiteScript
To dynamically get all available contact categories in an account without manually going to Setup > Sales > CRM Lists > Contact Role, this can be performed:
var search = nlapiSearchRecord('contactrole',null,null,null);
No comments:
Post a Comment