I have created some fields in ResourceTransitionTask to create a custom form in ResourceTransitionManagement.
I created the task for this form to be completed and it works correctly.
I am wanting to now to create another task that sends an email and completes the task, in the email template I am wanting to bring in those newly created fields I have tried many different ways to show what was entered but am not having any luck.
on the email template I am putting {lpl:ResourceTransitionTask.CustomField} but it does not pull in the information when I try to create the correspondance. It is just blank.
if I try {lpl:ResourceTransition.ResourceTransitionTask.CustomField} it shows the lpl code.
I am wanting to make the custom form completion the prerequisite to the send email task so the information has to be entered before the email gets sent.
Has anyone tried to do this?
Thank you