Difference between revisions of "Pandora - Update Organisations (One Record)"

From SmartWiki
Jump to: navigation, search
(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 |- |''…')
 
 
Line 21: Line 21:
  
  
 +
==Notes==
 +
* To change the parent company update the field '''pcompany''' with the company ID of the new parent company.
  
  
 
[[Category: Pandora]]
 
[[Category: Pandora]]

Latest revision as of 17:25, 9 August 2010

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


Notes

  • To change the parent company update the field pcompany with the company ID of the new parent company.