Void SetInterviewExtraField(eInterviewExtraField inField, DVar inValue)
Description
Sets the Operations Console custom field with the input value.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inField | eInterviewExtraField | The field name to set |
inValue | DVar | The value to set |
Return Type
Void
Example
If the "CustomData1" field in the operation console was previously set based on this code line:
SetInterviewExtraField(eInterviewExtraField.CustomData1, "Hello World!")
Comments
Please sign in to leave a comment.