Email Approval Links with an Image
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2015 03:41 AM
Hello Gurus,
I am looking to replace standard email link text ( e.g.: click here to approve RITM00033 ) with an image ( something like thumbs up for approve and thumbs down for reject ).
I`ve modified the original mailto.approval email template so that it includes an image tag as follows: <img src="/thumbs_up.pngx" width="100" height="100" />
The problem is that SN escapes HTML tags, essentially turning my image into a text.
Is there any way to tell SN not to escape HTML ?
Thanks a lot ! ( Please see attachments for more info)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2015 04:20 AM
Check Security settings for your Instance.
| Escaping and embedded script support | 
| Allow support for embedding HTML code by using the [code] tag. | 
| Yes | No | 
| Allow embedded HTML (using [code] tags) to contain Javascript tags | 
| Yes | No | 
| Forces all scripts injected in Jelly to be escaped by default. Use noesc: to preserve special characters. | 
| Yes | No | 
This are some settings available..may be something will help you.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2015 04:31 AM
Also try using the Rich HTML editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2015 06:49 AM
I did it.. no luck... What i did eventually was to use a business rule on the sys_email table..
 
					
				
		
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2015 05:45 AM
