Hi i used email templete for workflow when approve on reject by mail i received this error: invalid action required the configuration the actionable link do not match the definition task xxx, can you help me
A
HI,Can you send the email template you used? Or the part with an actioanble link. You can check your template:For custom action, the HTML should look like this:
<td width="200" style="vertical-align:bottom" align="right" ><a style="font-family: verdana, 'trebuchet ms'; font-size: 12px; margin-right: 5px" href="<_URL_TO_INBOX_>&customActionName=result&customActionValue=yes">Goedkeuren</a></td>
Where:
For standard actions
Here are the links to the documentation:
Kind regards,Danil.
Hi Daniel this is work flow
and this is is part of file name file is this as name of task in workflow
<table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="200" height="50" style="background-color: #bef781;" align="center"><p><font><a href="<_URL_TO_INBOX_>&customActionName=action_result&customActionValue=approved">Approve</a></font></p></td> <td width="200" height="50" style="background-color: #fe2e2e;" align="center"><p><font><a href="<_URL_TO_INBOX_>&customActionName=action_result&customActionValue=rejected">Reject</a></font></p></td> </tr> </table>
thanks
Hi,Could you try this one:<table border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="200" height="50" style="background-color: #bef781;" align="center"><p><font><a href="<_URL_TO_INBOX_>&customActionName=Status&customActionValue=approved">Approve</a></font></p></td> <td width="200" height="50" style="background-color: #fe2e2e;" align="center"><p><font><a href="<_URL_TO_INBOX_>&customActionName=Status&customActionValue=rejected">Reject</a></font></p></td> </tr> </table>
After your suggest the WorkFlow work fine