on ‎2010 Oct 18 2:12 PM
Hi Experts,
Work flow email step:
In send email step,ive to display a text click here and one click of the text original link should be opened.
How to achieve this in the email step.I've seen some formatting options in text editor.But im not sure about it.
Could you please provide some inputs on this.
Regards
Keerthi
Request clarification before answering.
Hi,
In the Description Editor -> Go to -> Change Editor.
In the Line editor, select the line type as '/*'.
Line type : /*
Line Text : <x HREF=&URL&>CLICK HERE</x>
I have used X instead of A.
Thanks,
Viji.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Viji,
Thank you for the reply.
i've used like this
Line type = /* and text as <X HREF = &CLICKHERE&> Click here </X>
I've defined a constant &clickhere& in the container by keeping the link value in initial data.
When i execute the workflow the email is generated as below
<X HREF = link > Click here </X>.But i need to display like Click here and on click of this the link should open.
Used X in place of A.
Could you please advice.
Regards
Keerthi
Edited by: keerthi vasan on Oct 19, 2010 10:52 AM
Hi Keerthi,
Sorry, My suggestion was only for Task description. Not in the send mail step.
Unfortunately Send mail step is not comfortable with HTML Tags. For your requirement you can use the URL directly or you have to use the FM SO_NEW_DOCUMENT_ATT_SEND_API1.
In the Function module some where you can set the format as 'HTM' and then you can use can pass the HTML code to this FM.
Thanks.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.