When you create a job order, some fields are automatically filled in.
List values
Procedure, function group / function and other lists get their values based upon the tables: The value that is marked with "Default" are shown in the lists.
The Administrator can set this at 'Maintenance' | 'Tables'.
Publication text
Several fields on the job order tab 'Publication text' can have a default value. These fields are automatically filled in when you create a publication at a job order. These fields are based upon the settings that can be found at
'Maintenance' | 'Settings' | 'Attributes and fields'.
The specific fields are:
Settings - Determines attribute - "Screen name"
vacancyInformationField - vacancyInformation - "Information"
vacancyApplicationField - applicationContactInformation - "Applications"
vacancyOfferField - offerInformation - "Offer"
vacancyOrganisationField - companyInformation -"Organisation/Department"
Note:
Every field can contain CxScript code to let the text vary based upon the job order, for
Example:
For more information, please contact <cx:write value="$vacancy.owner.informalName"/>
Phone: <cx:write value="$vacancy.owner.phoneNumberBusiness"/>
With the code above, the name and phone number from the owner of the job order are automatically adopted. Contact our Customer Success Team for an offer.
____
Keywords : UD-1903