Difference between revisions of "Pandora - Update UTA Invoice Entity"

From SmartWiki
Jump to: navigation, search
(Created page with 'This function will update a single UTA invoice record or create a new UTA invoice record. invoice_update(flag,callbackfunc,appid,rset) {| border="1" !Parameter !Description |-…')
 
 
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.
 
|-
 
|-
 
|'''Returns'''||
 
|'''Returns'''||

Latest revision as of 11:58, 9 August 2010

This function will update a single UTA invoice record or create a new UTA invoice record.

invoice_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