0
edits
Changes
no edit summary
This function is used to find a Level 1 contact.
==Notes==
* The role ([[roleid]]) with which the contact assigned to the Level 1 record is stored in the '''oprid''' field
==Examples==
var fields="oprid";
var filter="opr.contactid=@me.userid@";
var rs=levelonecontact_find(false,"",12345appid,opportunityid,fields,filter,"",0,1);
var assignedRoleID=rs.getfieldbyname(1,'oprid');