Article Details
Id:10447
Product:finPOWER Connect
Type:NEW
Version:1.06.03
Opened:28/08/2012
Closed:29/08/2012
Released:17/09/2012
Job: J010257

Update ExternalProcessed flag functions; if Timestamp < 0 WHERE clause should check if Null

"UpdateProcessedExternal" functions in the Business Layer pass in the pk and timestamp of the record to update. The purpose of timestamp is to stop the record being updated where it may have been changed by another user.

A change has been made to make this more flexible.

If you pass in a negative Timestamp, instead of testing that the timestamp field matches, the function will test that the current "ProcessedExternal" flag is Null.

Changes have been made to:

AccountFunctions; DisbursementUpdateProcessedExternal and AccountingLedgerUpdateProcessedExternal
AccountSecuritisationFunctions
AccountTransactionFunctions
BankTransactionFunctions
MailboxFunctions