Difference between revisions of "Pandora - Update UTA Level 1 Entity (One Record)"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
This function will update a single level 1 record or create a new level 1 record.
+
This function will update a single {{l1}} record or create a new {{l1}} record.
  
 
  levelone_update(flag,callbackfunc,appid,rset)
 
  levelone_update(flag,callbackfunc,appid,rset)

Latest revision as of 14:15, 14 June 2013

This function will update a single Level 1 record or create a new Level 1 record.

levelone_update(flag,callbackfunc,appid,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.
Returns