Example of WIPInfoGet and WIPInfoSet

This example shows how WIPInfoGet and WIPInfoSet work together. In this scenario, a description is retrieved from the Wizard and added to the Instructions field in the Pending Tasks grid.

‘Use WipParamGet to retrieve the Instruction input from the Workflow
or Wizard 
Dim sInstr As String = WipParamGet("WIPINSTRUCTION")
‘Use WipInfoSet to write the Instruction text to the Instructions
column in FSACTIONWIPSTEPS
Dim sSetInstr As Boolean = WIPInfoSet("INSTRUCTIONS", sInstr)