WARNING: This section is intended for advanced users and "Super users" of PRIM Logix.
The configuration items presented in this section may indeed have an impact on your operations.
If in doubt, consult your system administrator.
Please note that only users in the appropriate security groups can access the software configuration windows. |
This article explains the mechanics of generating job description URLs according to the configurations
There are 2 types of data that can be displayed on the job board.
1-A permanent Job offer (PRIMPoste)
2-A temporary job (PRIMGTRJob)
Here are the variables that make up the URLs:
1-URLPWMCLIENT
a.This is the client's PRIM Logix Web portal URL
b.Ex : xyz.primlogix.com
c.PRIMWEB address field in Companies management or Division window.
2-URLHOSTING:
a.This is the URL referring to the client's website
b.Ex : clientsite.com/joboffers
c.URL field job posting in companies management window
d.or
e.URL field hosting jobs in Division window
3-Title: Formatted title of the job
4-JOBID: poscod or trjcod in clear.
5-JOBTYPE:
•T: temporary,
•P: Permanent,
•C: Contractual,
•I: InternShip
6-LANG : 2-character language code. Ex : FR, EN,
NOTE : The Meta portion is used when posting on social networks and therefore should not be completed if it is to achieve a standard display. Indeed, this is only used for sharing so that the different parsers on other platforms correctly interpret the data contained in the file.
fb (facebook), in (linkedIn), TW (twitter).
There are 3 methods of hosting job descriptions:
1: Hosted by PRIM :
The Web portal displays and manages the entire job description.
EX : https://[URLPWMCLIENT]/jobs/view/[Title]/[JOBID]/[JOBTYPE]/[LANG]?meta=[META]
2: External hosting: Unique URL
The job description is hosted on the client's website and the URL is the same for all job descriptions. fiche de poste est hébergée sur le site web du client et l’url est la même pour toutes les fiches. These are the parameters (after the “?”) that enable the client code to extract data via the Web Service and display the record correctly.
EX : [URLHEBERGEMENT]?id=[JOBID]&title=[Title]&oft=[JOBTYPE]&lg=[LANG]&meta=[META]
3: External hosting: DISTINCT URL
With this method, the client also takes care of hosting. However, the URL is different for each job description. The parameters are part of the URL.
EX : URLHEBERGEMENT]/[Title]/[JOBID]/JOBTYPE]/[LANG]?meta=[META]