Difference between revisions of "Pandora - Sample - Updating Level 2 Items"

From SmartWiki
Jump to: navigation, search
(Created page with '= Sample Code - Updating a UTA Level 2 item from a Company Transaction = The following code sample will be of interest to developers wishing to update a UTA Level 2 item with va…')
 
Line 10: Line 10:
  
 
Code to be added...
 
Code to be added...
 +
 +
 +
 +
[[Category: Pandora]]

Revision as of 17:29, 20 July 2010

Sample Code - Updating a UTA Level 2 item from a Company Transaction

The following code sample will be of interest to developers wishing to update a UTA Level 2 item with values stored in company or personal transaction.

The particular use for this code is in the Medical Assessment Market where you wish to update a service (Level 2 item) with the billing amount for that service.

  • The billing amount is derived from a company transaction associated with the payer company.
  • The payer company is associated with the Case (level 1).
  • The code is associated with the Save function on the level 2 page.

Code to be added...