- 2 Posts
- 23 Views
JDEdwards Orchestration Email Message - Font Apply
Hi all
I was trying to develop a Restful DataRequest to Email Service using JDE Orchestration. I was able to get an email when I run my Orchestration with all required data. I want to apply the font to email message I received. I have used Groovy Code to parse the data from DataRequest and sending to email Message component.I also tried to keep HTML tags <p> but, did not worked. The reason for applying font is for proper alignment look.
Could anyone help with suggestion would help me enough.
@KeerthiKiran Panganamala Just a guess, but it may be getting ignored as a means of preventing injection attacks. One other thing you could try is using the various HTML table tags to create a table for the data.
Would you mind sharing how you got the Groovy script to send the email? I've been playing, but can't get anything to work.
Thanks