sa38-00

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sa38-00 [2023/11/28 09:19] Catherine Riddellsa38-00 [2023/11/28 13:27] (current) Catherine Riddell
Line 1: Line 1:
- ==== WIP ==== 
- 
- 
 ==== How to Configure Online Web Reference ====  ==== How to Configure Online Web Reference ==== 
  
-1) This is the table in your IQX database. IT is usual standard so may already be there If not use SQL statement below +1)      To turn on the view in the Candidate Record: Go to General Settings > **//Show Person On-line Reference View//** > Set this to **Y** \\ 
 +and ensure **//Person Reference Request//** is set to **N**you will now see this on the Candidate Record\\ 
 +{{ :onlineref.png?600 |}} \\
  
-{{ :web_ref_1.png |}} 
  
-<code sql+2) You will need to set up Questions so when the form is sent to the Referee they can answer the Questions. Questions for References are Departmental therefore are found in Maintenance Agency Setup > Departments > Questionnaire - Reference 
-CREATE TABLE "pears"."ReferenceRequest" ( +{{ ::refquestions.png?800 |}} 
-                "ReferenceRequestID" CHAR(20) NOT NULL, +The Questions are grouped so you can have specific Questions for each type of reference and options on who can see it.
-                "PersonID" CHAR(20) NOT NULL, +
-                "DepartmentID" CHAR(2) NOT NULL, +
-                "RefereeAddressName" CHAR(60) NOT NULL, +
-                "RefereeSalutation" CHAR(60) NOT NULL, +
-                "RefereePosition" CHAR(40) NOT NULL, +
-                "CompanyName" CHAR(60) NULL, +
-                "Keyname" CHAR(60) NOT NULL, +
-                "Addr1" CHAR(40) NULL, +
-                "Addr2" CHAR(40) NULL, +
-                "Addr3" CHAR(40) NULL, +
-                "Town" CHAR(30) NULL, +
-                "County" CHAR(30) NULL, +
-                "Country" CHAR(30) NULL, +
-                "PostCode" CHAR(20) NULL, +
-                "HomePhone" CHAR(100) NULL, +
-                "WorkPhone" CHAR(100) NULL, +
-                "MobilePhone" CHAR(100) NULL, +
-                "Fax" CHAR(100) NULL, +
-                "Email" CHAR(250) NOT NULL, +
-                "Position" CHAR(100) NOT NULL, +
-                "PositionNotes" LONG VARCHAR NULL, +
-                "URLRequestCode" CHAR(250) NULL, +
-                "Processed" SMALLINT NULL DEFAULT 0, +
-                "StaffID" CHAR(20) NULL, +
-                "WhenCreated" TIMESTAMP NULL DEFAULT CURRENT TIMESTAMP, +
-                "WhenCompleted" TIMESTAMP NULL, +
-                "WhenProcessed" TIMESTAMP NULL, +
-                "WhenSent" TIMESTAMP NULL, +
-                "WhoProcessed" CHAR(20) NULL, +
-                "employmentid" CHAR(20) NULL, +
-                "RefType" SMALLINT NULL, +
-                "whenreturned" TIMESTAMP NULL, +
- "StartDate" datetime NULL, +
- "EndDate" datetime NULL, +
-                PRIMARY KEY ( "ReferenceRequestID" ASC ) +
-) IN "system";+
  
 +<WRAP center round box 60%>
 +**0** Everyone to see \\
 +**1** For Personal Reference - Candidate Answers\\
 +**2** For Professional Reference - Candidate Answers\\
 +**3** For Other Reference - Candidate Answers\\
 +**100** For Personal Reference - Referee Answers\\
 +**200** For Professional Reference - Referee Answers\\
 +**300** For Other Reference - Referee Answers\\
 +</WRAP>
 +<note important>Make sure for Candidate and Referee Questions Publish to Web is ticked</note>
 +{{ ::refquestionsmade.png?600 |}}
  
-//1 personal, 2 professional, 3 define their own. +3) To send the Reference to the Referee you need the job //IQXWeb Web Referencing (Send References).xml// \\ 
- +This will pick up all the references which have not been sent and 'Approve to Send' within the Reference has been ticked 
-ALTER TABLE "pears"."ReferenceRequest" ADD CONSTRAINT "person" FOREIGN KEY "personid" ASC REFERENCES "pears"."person" ( "personid" ); +{{ ::referenceapprove.png?600 |}}
-ALTER TABLE "pears"."tag" ADD "LongDescription" LONG VARCHAR NULL; +
-  +
-CREATE INDEX "ReferenceRequest_URLRequestCode" ON "pears"."ReferenceRequest" ( "URLRequestCode" ASC ) IN "SYSTEM";+
  
 +4)      For the Email Body this is set up in Maintenance > Agency Setup > Email Signatures > the email signature **MUST** be called **WEBREF** and your body is written in HTML code with the below code required within the code for the Referee to access the Reference Form
 +<code>
 +<p><br></p>
 +<p><a href="{yourURL}/webReference/{URLRequestCode}" style="display: inline-block; color: #ffffff; background-color: #3498db; border: solid 1px #3498db; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-transform: capitalize; border-color: #3498db;" target="_blank">Access Reference Request</a>&nbsp;</p>
 +<p><br></p>
 </code> </code>
  
  
  
-1) Create the WPK Form through WPKMaintain.exe. +How to create references can be found below \\ 
- +[[ug1-22|Creating References]] 
-{{ :web_ref_2.png |}} +{{vimeo>359748760?}} \\
-  +
-2) Within IQX select Maintenance > Run a Job.  Navigate to your reports folder and run the visualreference.xml job. +
-  +
-{{ :web_ref_3.png |}} +
- +
-3) Once the job runs you will be asked for a client’s personid.  This will then make sure the request reference is assigned to the correct person. +
- +
-{{ :web_ref_4.png |}} +
  
-4) Once it loads it should look like this below: 
  
-{{ :web_ref_5.png |}} 
-  
-5) You then fill in the form and Save/Close. 
-6) Now you should then be able to go into your person form, look for Web Reference view then you can see the references that have been created.  See below: 
  
-{{ :web_ref_6.png |}} 
  
  
  • sa38-00.1701163165.txt.gz
  • Last modified: 2023/11/28 09:19
  • by Catherine Riddell