Adding scripts

You specify the code for the workflow scripts in the Action form. The script functions correspond to the events that the user sees on the Pending Tasks form.


Function wf_start As Long

End Function
Function wf_return As Long

End Function
Function wf_complete As Long

End Function
Function wf_approve As Long

End Function
Function wf_reject As Long

End Function
Function wf_edit As Long

End Function
Function wf_view As Long

End Function
Function wf_reassign As Long

End Function
Function wf_receipt As Long
End Function
Function wf_hold As Long
End Function

For more information about writing scripts, see the Infor PLM for Process Scripting Administration Guide.