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 [2015/07/08 15:06] davidbellsa38-00 [2023/11/28 13:27] (current) Catherine Riddell
Line 1: Line 1:
-===== How to Configure Online Web Reference =====+==== How to Configure Online Web Reference ==== 
  
 +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 |}} \\
  
-<code SQL> 
  
-CREATETABLE "pears"."ReferenceRequest"+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 
-                "ReferenceRequestID" CHAR(20) NOT NULL, +{{ ::refquestions.png?800 |}} 
-                "PersonID" 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.
-                "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" TIMESTAMP NULL, +
- "EndDate" TIMESTAMP 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, 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 
 +{{ ::referenceapprove.png?600 |}}
  
-ALTER TABLE "pears"."ReferenceRequest" ADD CONSTRAINT "person" FOREIGN KEY ( "personid" ASC REFERENCES "pears"."person" ( "personid" ); +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
-ALTER TABLE "pears"."tag" ADD "LongDescription" LONG VARCHAR NULL; +
-  +
-CREATE INDEX "ReferenceRequest_URLRequestCode" ON "pears"."ReferenceRequest" ( "URLRequestCode" ASC ) IN "SYSTEM";+
 <code> <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>
 +
 +
 +
 +How to create references can be found below \\
 +[[ug1-22|Creating References]]
 +{{vimeo>359748760?}} \\
 +
 +
 +
 +
 +
 + 
  
  
  • sa38-00.1436367974.txt.gz
  • Last modified: 2017/11/16 21:57
  • (external edit)