Article Details
Id:12886
Product:finPOWER Connect
Type:NEW
Version:2.03.00
Opened:06/05/2015
Closed:13/05/2015
Released:09/07/2015
Job: J015403

Workflows; Version 2; New "AfterItemGroupBegin" event

The "AfterItemGroupAdd" event is useful for modifying items etc in the added group HOWEVER, this Item Group MAY NOT be the Current Item Group which therefore makes many of the helper methods such as ItemSetStatusSkippedByOriginalItemId unusalble.

A new "AfterItemGroupBegin" Script event has been added. This is fired under the following circumstances:

  • The Workflow is processed and the current item is in an Item Group that has not yet called the "AfterItemGroupBegin" event.
  • A Workflow Item is actioned and the Workflow's current Item Group that has not yet called the "AfterItemGroupBegin" event.
  • A Workflow Item is having an outcome set and the Workflow's current Item Group that has not yet called the "AfterItemGroupBegin" event.

NOTE: This is not fired when the Workflow is first created or when items are skipped or set to 'Not Applicable'; only when it is first processed.