Solved

Custom Event Action "Email"

  • 24 August 2022
  • 1 reply
  • 663 views

Userlevel 6
Badge +14

Greetings, IFS Community!

 

Can HTML be used inside an ACTION TYPE email? 

=> PLSQL can be used to accomplish this task. <=   However, my question is more focused on whether or not the EMAIL ACTION TYPE is capable of accomplishing this task.  

 

As an example, the screenshot below shows the https or URL where user will need to click:

 

 

Is it possible to replace the entire URL with the word "MRB CASE" using HTML in order to hide the entire URL using the EVENT ACTION type EMAIL? See screenshot below for more details.

 

 

 

Thanks

icon

Best answer by dsj 24 August 2022, 06:59

View original

1 reply

Userlevel 7
Badge +20

Hi @ZTC ZTC JGOTA ,

yes you can format the email body as HTML. First, verify your mail sender is setup with content type Text/Html.

Does IFS allow HTML based emails when handling pdf_report_created event? | IFS Community

 

Afterwards, you can format the email body as HTML and the url can be added as a hyperlink <a href="url">link text</a>

Cheers!

Damith

Reply