WIPInfoGet

You can use this function for Optiva Workflows.

Purpose

Provides the ability to change details about the Workflow item in progress. This function can retrieve any column of information from the FsActionWipSteps table.

Syntax


Dim variable As String = WIPInfoGet(Parameter, [LineID,  ActionWIPId]) 

Arguments

Part Description
Parameter This matches a column name in the FsActionWipSteps table.
LineID Optional. This is the LineID of a particular task in the FsActionWipSteps table.

If no value is entered, then the current LineID is used from the context.

ActionWIPId Optional. This is the ActionWIPId that you are retrieving.

This is used when you are using the WipInfoGet function from an object other than from an existing ActionWip (e.g., Pending Tasks or Gantt Chart).