Hi Sunil,
Notification can be constructed by yourself, so you could add what options would exist on the Nintex form on your email. To enable approval/Rejection from mail itself you could have a look at Lazy approval feature from Nintex. Using this you can approve/reject using Mail rather than going to the Task form.
LazyApproval Guide: Nintex Workflow 2013 & Nintex Workflow 2010
Regards,
Shrini
Please mark as Answered if it helps you solve your problem.
Regards,
Shrini
Sunil Tamanekar -
As Shrinivas Naik pointed to, check out Lazy Approval to enable email approval/rejection from users.
In regards to capturing comments, I know you can capture the entire email in a workflow variable, but you will need to parse it out somehow to get the content you want.
Thanks Srini and Jesse,
Lasy Approvals are already configured by Administrators and I tried successfully approving through email reply.
What I need is Outcome and Comment should appear in mail same like it appears in Nintex Form. Below screen shot gives how it appear in Nintex Form and I want these actions (Labels, Choice, Comment) should appear in Task Notification email. This will help assignee to select correct Outcome and avoid spelling mistakes.
If you guide how to achieve this it will be great help for me.
Thanks
Sunil
Hi Sunil,
Not sure if you can recreate the exact task form on the email notification. I believe the email notification is Rich text, so you can probably recreate (or at the least close enough) to what you need in the notification email.
I haven't tried this, but as Lazy approval works on the email response, you could probably create some <a> tags and have a custom response set in the email. The approver will then need to click send though
Further your workflow can use the approver comments fields to basically extract the content (using regex etc) mainly comments stuff to use any approver comments further in your workflow
Regards,
Shrini