Article Details
Id:9575
Product:finPOWER Connect
Type:FIX
Version:1.04.04
Opened:11/01/2012
Closed:11/01/2012
Released:01/02/2012
Job: J008804

Workflows; Actioning an item does not pass 'Status Notes' to 'AfterItemAction' event

When actioning a Workflow item, the Status Notes entered by the User were available to the BeforeItemAction event but not to the AfterItemAction event.

The Status Notes are now available to both events by accessing the otherParameters parameter, e.g.:
StatusNotes = otherParameters.GetString("StatusNotes")