Article Details
Id:11507
Product:finPOWER Connect
Type:FIX
Version:2.00.01
Opened:30/10/2013
Closed:07/11/2013
Released:20/11/2013
Job: J012430

Queues; ItemFinaliseParameters Script event does not have access to Parameters

The ItemFinaliseParameters Script event did not have access to the Parameters used on the executing item.

A new Parameters property has been added to the finQueueExecutorItem which is usually Nothing but is set to the Parameters of the currently executing item for the duration of the ItemFinaliseParameters Script event.

The Template code has been updated with an example of how to access and update the Parameters.