EditPhaseChangeParamWC()
- Last UpdatedJun 08, 2017
- 1 minute read
This method changes the value of the parameter currently selected in the EditPhaseParam list. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
NOTE: You must use the EditPhaseChangeParamWC() method when the DoneByComment and CheckByComment is made mandatory in the System Parameter.
Syntax
ReturnCode = OcxBatchVar.EditPhaseChangeParamWC (Value, DoneBy, CheckBy, DoneByPswd, CheckByPswd, DoneByComment, CheckByComment)
Parameters
Value
Data Type: String
Value for parameter (as string)
DoneBy
Data Type: String
Done by user ID
CheckBy
Data Type: String
Check by user ID
DoneByPswd
Data Type: String
Done by password
CheckByPswd
Data Type: String
Check by password
DoneByComment
Data Type: String
Done by comment
CheckByComment
Data Type: String
Check by comment