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
notify_01 [2024/01/22 16:17] – [Custom Merge Fields] Shelley Hunternotify_01 [2024/03/26 09:18] (current) Shelley Hunter
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. \\ \\ 
  
  • notify_01.txt
  • Last modified: 2024/03/26 09:18
  • by Shelley Hunter