Pandora - Sample - Updating Level 2 Items

From SmartWiki
Revision as of 17:29, 20 July 2010 by Michael Reid (talk | contribs)

Jump to: navigation, search

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...