notify_01

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
notify_01 [2023/04/18 14:01] Shelley Hunternotify_01 [2024/03/26 09:18] (current) Shelley Hunter
Line 9: Line 9:
   * **ID** - visible unique id   * **ID** - visible unique id
   * **Description**   * **Description**
-  * **Transmission Type** - **Email** or **SMS**+  * **Transmission Type** - **Email****SMS** or **Push**
   * **Notification Type**   * **Notification Type**
     * **App_Favourites** - used on the Favourites form to send to applicants     * **App_Favourites** - used on the Favourites form to send to applicants
Line 254: Line 254:
 It is possible to include the thumbnail from a candidate record in a notification, this is useful if you are using notifications to send assignment confirmations.  General Setting number 3040 ‘Display Thumbnail Photo on Person’ needs to be set to Y then in your notification template insert the code {APP_THUMBNAIL} where you want the photo to appear. \\ \\ It is possible to include the thumbnail from a candidate record in a notification, this is useful if you are using notifications to send assignment confirmations.  General Setting number 3040 ‘Display Thumbnail Photo on Person’ needs to be set to Y then in your notification template insert the code {APP_THUMBNAIL} where you want the photo to appear. \\ \\
  
-===== Adding a Global Image ===== +===== Adding an Image ===== 
-From 2.23.1+ it is alos possible to send an ad hoc image to all recipients in your selection, this can be useful for sending marketing information that has been created as an image rather than a word document.  If set up by your system administrator a new button will appear in the notification allowing you to browse your computer for an image to include in all notifications. \\ \\+Images can be included in the notification template by including something like <img width=300 class="center" src="file:///C:\IQX\Reports\logo.jpg"/> where you can set the file location and the name of the image.  If you are an IQXAnywhere client then you need to include something like <img width= "739" height= "623" style= "width:7.7in;height:6.4916in" src="https://pizza.iqxanywhere.net/assets/logo.jpg"> instead of the file path you use the web location.  You will also need to upload the file to Email, Web Report Images and rebuild Web once it has been uploaded. 
 + 
 +From 2.23.1+ it is also possible to send an ad hoc image to all recipients in your selection, this can be useful for sending marketing information that has been created as an image rather than a word document.  If set up by your system administrator a new button will appear in the notification allowing you to browse your computer for an image to include in all notifications. \\ \\
 In the relevant template add the following :- <img src="{GETIMAGE}" alt="test" width="500" height="600"> to switch on the new image button in the notification. \\ \\  In the relevant template add the following :- <img src="{GETIMAGE}" alt="test" width="500" height="600"> to switch on the new image button in the notification. \\ \\ 
  
 ===== Custom Merge Fields ===== ===== Custom Merge Fields =====
 Some custom merge fields should ONLY be used in notifications (for example some HTML coding), there is now a Notifications Only tick box in Maintenance – Database Set Up – Custom Word Merge Fields.  If ticked the fields will not be available for adding to a document template, they will be accessible under the [Special] header in Notifications. \\ \\ Some custom merge fields should ONLY be used in notifications (for example some HTML coding), there is now a Notifications Only tick box in Maintenance – Database Set Up – Custom Word Merge Fields.  If ticked the fields will not be available for adding to a document template, they will be accessible under the [Special] header in Notifications. \\ \\
 +If using a custom merge fields that requires the information to be over multiple lines e.g. address in a block then the merge field will need to be amended to replace the carriage returns with HTML breaks.  This needs to be in the custom merge field and the _literal_ needs to be the first part:
 + string('_literal_',
 +replace( Item to be Replaced)  endif, string(char(13), char(10)), '<br/>'))
  
 ===== Adding a URL ===== ===== Adding a URL =====
  • notify_01.1681826497.txt.gz
  • Last modified: 2023/04/18 14:01
  • by Shelley Hunter