Changes

Pandora - Find a Level 1 Contact

243 bytes added, 16:05, 20 August 2010
no edit summary
==Function Overview==
This function is used to find a Level 1 contact.
==Notes==Where:
Fields = always the driver for created record set.
'''Note:''' ==Notes==* The role ([[roleid]]) with which the contact assigned to the Level 1 record is stored in the '''oprid''' field ==Examples==* Find the contacts assigned to the current Level 1 with [[roleid]] 12345: var drs=levelonecontact_find(false,"",appid,@opportunityid@,"contactid","opr.roleid=12345","",0,100); * Find the role the current user is assigned with on a given Level 1 record
var fields="oprid";
var filter="opr.contactid=@me.userid@";
0
edits