Friday, May 11, 2012

Replaced actions when upgrading IBM Datacap Taskmaster Capture

Replaced actions when upgrading IBM Datacap Taskmaster Capture


Question


After upgrading from Datacap Taskmaster 7.6 to 8.0.1, there are some actions that no longer exist. What actions should be used to replace the old actions?

Cause




Newer actions created with Datacap Taskmaster 8.0.1 in some cases included the functionality of older actions, so those older actions have been removed.


Answer




7.6 action --> 8.0.1 action

  • SaveAsBatchVariable --> rrSet

  • MinimumLength --> IsFieldLengthMin

  • MaximumLength --> IsFieldLengthMax

  • Is_GreaterThan --> IsFieldGreaterOrEqual

  • Is_LessThan --> IsFieldLessOrEqual

  • ClearFieldValue --> ResetField

  • Default_Value --> AssignFieldDefault


Note that there may be some differences in how the parameters are specified and the functionality may not be identical, so parameters may need to be adjusted and tested to ensure that the functionality is maintained. Documentation on the new actions can be found by right clicking on them in Datacap Studio.

 

No comments:

Post a Comment