Anchor | ||||
---|---|---|---|---|
|
There are 2 different types of codes you can use: Standard and Custom. The Standard Codes cover the basic information about the candidate or job (i.e. Candidate Name and Job Reference number). Custom Codes on the other hand cover the fully-configurable elements of the system (including Global Questions for jobs and candidates, i.e. Job Department or Candidate Addresses).
Standard Codes
[NGA_CANDIDATE_CANDIDATEID] | ID of the Candidate |
[NGA_CANDIDATE_EMAIL] | Email address of the Candidate |
[NGA_CANDIDATE_TITLE] | Title of the Candidate |
[NGA_CANDIDATE_FIRSTNAME] | First Name of the Candidate |
[NGA_CANDIDATE_SURNAME] | Surname of the Candidate |
[NGA_CANDIDATE_APP_STATUS] | Application Status of the Candidate |
[NGA_CANDIDATE_GROUP_NAME] | Group Name of the Candidate |
[NGA_JOB_JOBID] | JobID of the Job |
[NGA_JOB_NAME] | Name of the Job |
[NGA_JOB_REFERENCE] | Reference No. of the Job |
[NGA_JOB_DESCRIPTION] | Description of the Job |
[NGA_DATE_TODAY] | Today's Date |
Custom Codes
When using the Custom Codes, you need to use the following code templates:
...
How do we get that ID Number? Here is how we do it:
How to Locate Global Question ID numbers
- Log into the system and click the Analytics tab at the top of the page.
- This will take you to the Reports Dashboard screen. Click on the Browse link at the top of the screen.
- This will take you to the Report list, enter Merge Document Report in the search field, and then select the Merge Document Report that is displayed.
- This will then give you the ability to find specific Global Questions using filters:
Note: Here you can use filters to find a specific Global Question using the ID, Reference or actual Question Text (label). If you would like to see all the Global Questions, don’t apply any filters to the report.
- Once you have applied any filters, click the icon in the bottom right hand corner of the screen to run the report.
- This will then run a report showing you a list of all your Global Questions and their unique ID numbers
- Click the Export button at the top of the screen to Export to Excel.
- This will open up a spreadsheet with every global question in your system, including the Question Reference, Question Text (or Label) and more importantly, the ID Number (or GlobalQuestionID).
- Now that you have all the Global Question codes, you will need to start constructing a Merge Code Library.
Using a Group Question in a Merge Document
If you would like to merge out information based on a Group Question, it is slightly more complex than using one merge ID code. You will need to find the ID codes for not only the question, but for the actual fields (or cells) within the group question you wish to use.
...
- Click the System icon at the top of the screen.
- Click the Global Questions link under the System heading.
- This will take you to the Global Question Library.
- Locate the Group Question you wish to use (either using the filters or search), and click the Edit link under the Action(s) column.
- This will take you to the Global Question screen. Click the Answer Options tab at the top of the screen.
- This will present you with all the Parent Answers and Child Questions.
To get the ID codes, right mouse click on the Edit link (under the Action column) and choose Copy Shortcut, Copy Link, Copy link address, or Copy Link Location from the popup menu. (See options below for various browsers):
Microsoft Internet Explorer Microsoft Edge Google Chrome Mozilla Firefox - Paste this link into a Notepad file.
- Take the first Code in the pasted link (in this case the Option ID – O_ID), and this will be the ID code you will be using for the Merge Code.
Note: Take the code between the OptionID= and the &mainMenuItem area of the link.
- This process is exactly the same as getting the codes for the Child Questions.
- Take the first Code in the pasted link (in this case the ChildGlobalComponent ID – CQ_ID), and this will be the ID code you will be using for the Merge Code.
Note: take the code between the OptionID= and the &mainMenuItem area of the link.
The completed Group Question code string should look something like this:
Constructing a Merge Code Library
Acendre can provide you with Merge Code Library; this is a notepad document which you will use to copy and paste merge codes into the Merge Document template. You must always use the notepad document format when inserting the Merge Codes into the Merge Document template. As notepad text is completely unformatted it reduces the likelihood of Merge Code errors in your system.
- Open up the Merge Document Code Library you have been provided by Acendre. It will look like this:
- In this document, there are the Standard Codes and the Custom Codes. Scroll down the document to find the Custom Codes section.
These codes will act as templates for all the Global Questions you wish to insert into a merge document.
- Copy and paste (Ctrl + C and Ctrl + V on your keyboard) whichever code you wish to use directly below the template code like so:
You will now need to go and attain the Global Question ID from the exported spreadsheet.
- Select and copy the Global Question ID by holding down Ctrl + C on your keyboard (or highlight the text, then right mouse click and choose Copy).
- Paste the Global Question ID between the (ID) sections of the code in the Library (using the Ctrl + V on your keyboard), and the finished result will look like this:
Note: It is best practice to type in the name of the Global Question next to the Merge Code making it easier for future use.
- Repeat this process for all the Merge Codes you wish to use. Your Merge Code Library should look like this:
- Save this file onto your Hard Drive, as you will be able to use this file each time you amend or build new Merge Documents in the future.
Now you are ready to start inserting the Merge Codes into the Merge Document.