Difference between revisions of "Pandora - Update UTA Role Custom Fields (Company or Contact) and Associate Feature"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
This function is used to update a single organisation or contact attached to a UTA level 1, 2, or 3 record, or a contact/company association with a contact/company.   
+
This function is used to update a single organisation or contact attached to a UTA level 1 or 2 record, or a contact/company association with a contact/company.   
  
 
  utarole_update(flag,callbackfunc,parenttype,objectid,objecttype,rset)
 
  utarole_update(flag,callbackfunc,parenttype,objectid,objecttype,rset)
Line 15: Line 15:
 
|'''Callbackfunc''' || User created Java function to manage the callback from an asynchronous function.
 
|'''Callbackfunc''' || User created Java function to manage the callback from an asynchronous function.
 
|-
 
|-
|'''parenttype'''||Type of object to attach a child object (23: level one)
+
|'''parenttype'''||Type of object to attach a child object (use 23 for Level 1, 26 for Level 2, 30 for company association)
 
|-
 
|-
 
|'''objectid'''|| The intersection ID
 
|'''objectid'''|| The intersection ID

Revision as of 09:59, 9 August 2012

This function is used to update a single organisation or contact attached to a UTA level 1 or 2 record, or a contact/company association with a contact/company.

utarole_update(flag,callbackfunc,parenttype,objectid,objecttype,rset)
Parameter Description
Flag Asynchronous processing Flag

Set to False for synchronous processing.

Set to True for asynchronous processing.

Callbackfunc User created Java function to manage the callback from an asynchronous function.
parenttype Type of object to attach a child object (use 23 for Level 1, 26 for Level 2, 30 for company association)
objectid The intersection ID
objecttype Type of object attached to the parent object (30: company, 40: user)
Returns

Notes

To get the objectid of a contact association with Level 1 use oprid:

[#(?object=contact)~oprid~ #]

To get the objectid of a company association with a Level 2 use clnkid:

[#(?object=company;orderby=name;)~name~  ~clnkid~ #]