c2g.CODAAPICommonglobal with sharing class CODAAPICommon Contains common data types Methods
getUserRefFromIdglobal static c2g.CODAAPICommon.Reference getUserRefFromId(Id userId) Create a new Reference from a Id Input Parameters
Return ValueA new Reference getRefglobal static c2g.CODAAPICommon.Reference getRef(Id id, String name) Create a new reference from both an Id and Name Input Parameters
Return ValueA new Reference c2g.CODAAPICommon.Referenceglobal with sharing class Reference This data type allows you to reference an existing standard or custom object by Name or by ID. If neither is specified, an exception will occur. If both are specified, the ID takes precedence over the Name. The Name provided must be unambiguous, is used alone. Properties
|