Pandora - Update or Create Transaction

From SmartWiki
Revision as of 15:31, 23 August 2013 by Chin (talk | contribs)

Jump to: navigation, search

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