Saturday, September 15, 2018

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); 


Image

No comments:

Post a Comment