sa_maintenance

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
sa_maintenance [2022/06/28 08:51] Shelley Huntersa_maintenance [2023/04/19 08:56] (current) Shelley Hunter
Line 22: Line 22:
   * Booking Shifts   * Booking Shifts
   * Confirming Shifts   * Confirming Shifts
-  * Timesheets view on Temp Desk+  * Timesheets view on Temp Desk (to either vacancy or site contact) 
 +  * Favourites
  
 \\ \\
Line 65: Line 66:
 **Recipient Type** – Candidate, Client or Agency (Person Selector and Record can only use Candidate type as no links to others) **Recipient Type** – Candidate, Client or Agency (Person Selector and Record can only use Candidate type as no links to others)
  
-**Template** – The body of text for the notification. This will be HTML for emails and plain text for SMS. +**Template** – The body of text for the notification. This will be HTML for emails and plain text for SMS.  It is possible to include in the template a bcc that the notification will always be sent to, note this cannot be added at the point of sending only on the template.
  
 **Sort order** - The first template (lowest sort order) of any given type will be used as the default. If more than one template shares the lowest sort order, all with that sort order will be displayed in separate forms. This allows for both SMS and Email notifications to be sent at the same time. **Sort order** - The first template (lowest sort order) of any given type will be used as the default. If more than one template shares the lowest sort order, all with that sort order will be displayed in separate forms. This allows for both SMS and Email notifications to be sent at the same time.
Line 111: Line 112:
  
 === Notifications and Jobs === === Notifications and Jobs ===
-2.21.8+ added the ability to invoke the powerful notification engine from jobs, so that, among other things, it can be launched from a candidate or company selector for the selected people and with notification text generated in the job.  For assistance with setting this up please contact IQX Support.+2.21.8+ added the ability to invoke the powerful notification engine from jobs, so that, among other things, it can be launched from a candidate or company selector for the selected people and with notification text generated in the job.  For assistance with setting this up please contact IQX Support. \\ \\ 
 + 
 +=== Progress Notifications Changing State === 
 +Notifications can be set up to change the Person Progress States when sent - this function is available on Desk Top ‘Progress due for Action’ and Vacancy ‘Progress/Shortlist’. 
 + 
 +Admin set up required- Maintenance > Database functions > Notifications > Notification Complete > change the ‘ptemplateid’ to the notification ID and set the current Person State and the required Person State after sending (see example below, highlighted in Green) 
 + 
 +if "ptemplateid" = 'testing' and "isnull"("pPersonid",'') <> '' and "isnull"("pprogressid",'') <> '' then 
 +update "progress" set "status" = 'X' where "status" = 'L' and "progressid" = "pProgressid" 
 +end if \\ \\ 
 +=== Reports === 
 +A notification template can run a specified report at the point of creation, the fields will be populated according to the record it is being run from and the completed report will be emailed as an attachment to the notification.  Reports need to be added to either Compliance reports or Notification Reports for them to be available for selection on the notification template.  Setting a document type against the selected report will automatically save a copy of the report to the database.  
 + 
 +Reports that are produced and sent with a notification can now be saved into the database.  To set this up go to Maintenance - Database Set Up - Notifications make sure the report has been added to either Compliance reports or Notifications Reports so they are available for selection.  Then on the Reports view of the Notifcation template use the add button to select your report then use the document type button to set the document type that should be applied to it.  
 + 
 +{{:notifications_auto_save_1.png?400|}} 
 + 
 +Users will then see the document has Auto save prefixed to it when they are sending the notification 
 + 
 +{{:notifications_auto_save_3.png?400|}} 
 + 
 +And the item will be saved to the documents view of the record 
 + 
 +{{:notifications_auto_save_2.png?400|}}\\ \\ 
 + 
 +=== Deep Links === 
 + 
 +Agencies can include deep links in notification emails that candidates can click on and details will be sent back to the database.  This is useful if you want to send candidates lists of shifts and ask them to note interest, when the candidate clicks the link they can be added to the vacancy and shift shortlist. \\ \\ 
 +For more information on how to set this up click [[Notifications_DeepLink|here]].
  • sa_maintenance.1656406291.txt.gz
  • Last modified: 2022/06/28 08:51
  • by Shelley Hunter