Hi all,
When a certain workflow task in a change order is pending, we attach a macro called "Task Notification".
Linked to "Task Notification is a message template with object type "Change order workflows task".
I believe this html below is out of the box.
|
---|
Requested by: @{chg.requestor.combo_name} Affects: @{chg.affected_contact.combo_name} Scheduled for: @{chg.sched_start_date} Priority: @{chg.priority.sym} Description: @{chg.description} |
Is there a way to show the description for the workflow task rather than the change?
IE: display fields in wf table and not chg table
I tried to no avail. Description: @{wf.description}
I would also like to display wf.sequence to get the sequence number
Any ideas?