Void GetInterviewExtraField(eInterviewExtraField inField)
Description
Returns the value set in a custom field. If no value was set in the field, it will return NULL
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inField | eInterviewExtraField | The field name to get |
Return Type
Void
Example
GetInterviewExtraField(eInterviewExtraField.CustomData1) will return the value of the value set to CustomData1
Comments
Please sign in to leave a comment.