Application callback
When a candidate has succesfully applied for a job the action 'otys_application' is called. The callback function gets provided an array with information regarding the application. The following information if available in this callback;
array $data | Array holding information about the application |
Below the keys are described which the $data variable contains, these keys are always present.
Keys | Type | Value |
vacancy_uid | string | uid of the vacancy or 'open-application' if the application is a open application |
candidate_uid | string | uit of the (new) candidate |
procedure_uid | string | procedure id or empty string if it's a open application |
completed | bool | True if application was succesfull. False if something went wrong during the application (i.e. wrongly filled in the form) |
form_data | array | Validated form data |