Where to add/alter the code for the ApplyURL for Apply link?
Go to 'Maintenance' | 'Settings'
Go to block 'Attributes and fields', field "applyURL"
Own website
We advise you to link the applicant to your own website and change the applyUrl setting following the structure of your own website. An example for a modified applyUrl:
https://www.example.com/joborder/<cx:write value="$publication.publicationID"/>/<cx:write value="$publication.titleInformation.urlEncodedString"/>.html
The application link based on the applyUrl above can look like: https://www.example.com/joborder/123/Account-manager.html
SRSx website
The logic for the applyUrl on behalf of SRSx is the following:
https://www.example.com/vacature-<cx:write value="$publication.publicationID"/>
It is important that you leave the if/then construction intact, for example:
<cx:if condition="publication.toMedium.code='indeed'">https://<cx:write value="$utilities.userDefaults.Customer" invoke="lowercaseString"/>.carerix.com/cxtools/jobdetails/<cx:write value="$publication.publicationID"/>/<cx:write value="$publication.publicationID"/>/
</cx:if>
<cx:else>https://www.example.com/joborder-<cx:write value="$publication.publicationID"/></cx:else>
The application link based on the applyUrl above will look as follows: https://www.example.com/joborder-123. On the SRSx website, this is converted into https://www.example.com/salesmanager-delft.
WordPress Plugin
The logic for the applyUrl on behalf of the WordPress plugin is the following:
http://www.example.com/?pub_id=<cx:write value="$publication.publicationID"/>
____
Keywords : UD-2775