Job Board Component: Difference between revisions

1,027 bytes added ,  04:24, 5 October 2023
no edit summary
No edit summary
No edit summary
Line 116: Line 116:


Here's an example where the JobBoard component is linked to the Bullhorn Object Schema<syntaxhighlight lang="html">
Here's an example where the JobBoard component is linked to the Bullhorn Object Schema<syntaxhighlight lang="html">
<job-board
<job-board  
  job-board-name="Default"
    job-board-name="Default"
  places-api-key="..."
    places-api-key=""
  job-object-name="TR1__Job__c"
    job-relationship-field="b3o__External_Job__c"
  job-app-schema="TR1__ApplicationV2__c:TR1__Job__c:TR1__PersonPlaced__c"
    candidate-relationship-field="b3o__Contact__c"
  ...
    job-object-name = 'b3o__External_Job__c';
    job-app-schema = 'b3o__External_Application__c:b3o__External_Job__c:b3o__Contact__c'
    site-coordinates-path = 'b3o__Site__r.b3o__Coordinates__c'
    job-title-path = 'b3o__Job_Advert_Title__c'
    job-short-path = 'b3o__Job_Post_Short_Description__c'
    job-body-path = 'b3o__Job_Post_Body__c'
    job-foot-path = 'b3o__Job_Post_Footer__c'
    job-featured-path = 'b3o__Featured_Job__c'
    job-posted-path = 'b3o__Date_Posted__c'
    job-board-path = 'b3o__Job_Boards__c'
    site-field-path = 'b3o__Site__c'
    site-name-path = 'b3o__Site__r.b3o__Public_Name__c'
    job-type-path = 'b3o__Job_Type__r.Name'
    job-type-field-path = 'b3o__Job_Type__c'
    emp-type-path = 'b3o__Employment_Type__c'
    pay-info-path = 'b3o__Pay_Information__c'
    job-ref-path = 'b3o__Job_ID__c'
    job-expiry-path = 'b3o__Available_Until__c'
    job-app-form-path = 'b3o__Application_Form__c'
    job-app-btn-label-path = 'b3o__Apply_Button_Text__c'
    job-doc-pack-path = 'b3o__Document_Pack__c'
></job-board>
></job-board>
</syntaxhighlight>
</syntaxhighlight>