Difference between revisions of "Pandora - Update Parent of UTA Level 2 or 3 Entity"

From SmartWiki
Jump to: navigation, search
(Created page with "This function will update the parent id of UTA level 2 or 3 entities. level23_parentupdate(flag,callbackfunc,appid,level,eventid,parentid) {| border="1" !Parameter !Descrip...")
 
 
Line 22: Line 22:
 
|-
 
|-
 
|'''parentid'''|| replaces existing parent id record for Level 2 or 3 record
 
|'''parentid'''|| replaces existing parent id record for Level 2 or 3 record
|-
 
|'''Returns'''||
 
 
|}
 
|}
 +
  
 
[[Category: Pandora]]
 
[[Category: Pandora]]

Latest revision as of 11:50, 12 June 2014

This function will update the parent id of UTA level 2 or 3 entities.

level23_parentupdate(flag,callbackfunc,appid,level,eventid,parentid)
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.
appid Application ID for the UTA.
level Accepts values 2 or 3; Indicate which level or records from the UTA to update
eventid Level 2 or 3 unique identifier
parentid replaces existing parent id record for Level 2 or 3 record