Article Details
Id:14915
Product:finPOWER Connect
Type:FIX
Version:3.00.08
Opened:18/09/2017
Closed:18/09/2017
Released:21/09/2017
Job: J019659

Electronic Signatures; Object Events script "UpdateUpdatePost" event fails using template code

The Electronic Signatures Object Events script "UpdateUpdatePost" event fails using the standard template code.

The Status parameter was not sent through to the script, resulting in the code failing.

Note; this does not fail the Electronic Signature update as this event will not fail the overall process.

This has now been corrected, however, in the meantime you can remove the line as shown below for the "ExecuteUpdatePost" event, or instead use the "ExecuteUpdatePostInTransaction" event.

Status = DirectCast(contextData1, iseServiceLogResponseStatus)