Pandora - Update Organisations (One Record)

Revision as of 11:13, 6 August 2010 by sharris@smartsimple.com (talk | contribs) (Created page with 'This function will update a single organisation record or create a new organisation record. company_update(flag,callbackfunc,rset) {| border="1" !Parameter !Description |- |''…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 11:13, 6 August 2010 by sharris@smartsimple.com (talk | contribs) (Created page with 'This function will update a single organisation record or create a new organisation record. company_update(flag,callbackfunc,rset) {| border="1" !Parameter !Description |- |''…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function will update a single organisation record or create a new organisation record.

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