Difference between revisions of "Pandora - Update or Create Transaction"

From SmartWiki
Jump to: navigation, search
m
m
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
  trans_update(flag,callbackfunc,rset,linkobjectid,linktype)
 
  trans_update(flag,callbackfunc,rset,linkobjectid,linktype)
  
{| border="1"
+
{| class="wikitable"
 
!Parameter
 
!Parameter
 
!Description
 
!Description
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.
 
|-
 
|-
|'''transid'''||transid of the object to be updated.
+
|'''rset'''|| ssRecordSet object containing data to be updated to the system.
 +
|-
 +
|'''linkobjectid'''|| The transaction link Object ID.
 +
|-
 +
|'''linktype'''|| The transaction object Entity type.
 
|-
 
|-
 
|'''Returns'''||
 
|'''Returns'''||

Latest revision as of 10:32, 18 September 2015

This function will update a single transaction record.

trans_update(flag,callbackfunc,rset,linkobjectid,linktype)
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.
linkobjectid The transaction link Object ID.
linktype The transaction object Entity type.
Returns