Where to add/alter the code for the ApplyURL for Apply link?
Go to 'Maintenance' | 'Settings'
Go to block 'Attributes and fields', field "applyURL"
CxPortal
Determine with the applyUrl the default value for the field application link in a new publication. As default the applyUrl setting is:
https://<cx:write value="$utilities.userDefaults.Customer" invoke="lowercaseString"/>.carerix.com/cxportal/index.php?page=apply&pubID=<cx:write value="$publication.publicationID"/>
The application link based on the default applyUrl will look like: https://example.carerix.com/cxportal/?page=apply%pubID=123
Remarks:
The default application link links the applicant to the online Carerix portal. You'll find your Carerix portal on the following address: https://example.carerix.com/cxportal. Fill at "example" your own application name in.
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/cxportal/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