Move Management Email content
Add ability to include move request fields in email content using binding expressions.
example:
Move: {mo.emid}
From: {mo.fromblid} - {mo.fromflid} - {mo.fromrmid}
To: {mo.toblid} - {mo.toflid} - {mo.torm_id}
And for group moves, include ability to email a list of the MO records in the group move:
{{project.projectid}}
{mo.moid} {mo.emid} {mo.fromlocation} {mo.to_location}
(from/to location would concatenate fromblid/fromflid/fromrmid .... )
4
votes
