Article Details
Id:10197
Product:finPOWER Connect
Type:NEW
Version:1.06.00
Opened:22/05/2012
Closed:20/06/2012
Released:01/08/2012
Job: J009665

Account Transaction table; added "ExtendedData" column

A new column "ExtendedData" has been added to the Account Transaction table.

This is a "memo" field that can store large amounts of text. It is designed to store additional custom information required by an individual site.

The following Business Layer functions can be used to save and retrieve this data:

finBatch.Transactions.ExtendedData to set the extended data in a Batch pre-commit script.

finAccountTransactionFunctions.UpdateExtendedData to update the extended data on an existing Account Transaction.

The finAccount object's Transactions collection, ie finAccountTransaction, now includes the additional property "ExtendedData" to view its current value.