WIPInfoGet
You can use this function for Optiva Workflows.
Purpose
Provides the ability to retrieve any column of information from the FsActionWipSteps table.
Syntax (without LanguageCode)
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 |
Description
WIPInfoGet is used to retrieve the Description column in the FsActionWipSteps table.
WipInfoGet("DESCRIPTION")
Syntax (with LanguageCode)
Dim variable As String = WIPInfoGet(Parameter, LanguageCode, [LineID, ActionWIPId])
Arguments
| Part | Description |
|---|---|
Parameter |
This matches a column name in the FsActionWipSteps table. |
Language Code |
The language code of the column which is retrieved. |
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 |
Description
WIPInfoGet is used to retrieve the Language label for the Description column in the FsActionWipSteps table.
WipInfoGet("DESCRIPTION","EN-US")