Difference between revisions of "Pandora - Update UTA Level 2 or 3 Entity (One Record)"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function will update a single level 2 or 3 record or create a new level 2 or 3 record. level23_update(flag,callbackfunc,appid,rset) {| border="1" !Parameter !Description …')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This function will update a single level 2 or 3 record or create a new level 2 or 3 record.
 
This function will update a single level 2 or 3 record or create a new level 2 or 3 record.
  
  level23_update(flag,callbackfunc,appid,rset)
+
  level23_update(flag,callbackfunc,appid,level,rset)
  
 
{| border="1"
 
{| border="1"
Line 17: Line 17:
 
|'''rset'''||ssRecordSet object containing data to be updated to the system.
 
|'''rset'''||ssRecordSet object containing data to be updated to the system.
 
|-
 
|-
|'''appid'''|| The application ID associated with the UTA
+
|'''[[appid]]''' || Application ID for the UTA.
 
|-
 
|-
 
|'''level'''||Accepts values 2 or 3; Indicate which level or records from the UTA to update
 
|'''level'''||Accepts values 2 or 3; Indicate which level or records from the UTA to update

Latest revision as of 18:29, 4 December 2010

This function will update a single level 2 or 3 record or create a new level 2 or 3 record.

level23_update(flag,callbackfunc,appid,level,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.
rset ssRecordSet object containing data to be updated to the system.
appid Application ID for the UTA.
level Accepts values 2 or 3; Indicate which level or records from the UTA to update
Returns