Email collaboration framework - HRMS 9.0
Hi,
I have a requirement to send a HTML formatted email which contains email content followed by the transaction data which has to be displayed in tabular format. A sample email content is given below:
We have received notice that << EMPLOYEE NAME >> started work with you on << START DATE >> in the role of << POSITION >>.
We wish <<EMPLOYEE FIRST NAME>> all the best in their new role.
Header: POSITION DETAILS FOR: << EMPLOYEE NAME >> (<< EMPLOYEE ID >>)
Details displayed in the tabular format: (1 column and 6 rows)
EMPLOYEE NAME: << EMPLOYEE NAME >>
EMPLOYEE ID: << EMPLOYEE ID >>
DEPARTMENT: << DEPT NAME>>
POSITION: << POSITION >>
START DATE: << START DATE >>
I have a requirement to send a HTML formatted email which contains email content followed by the transaction data which has to be displayed in tabular format. A sample email content is given below:
We have received notice that << EMPLOYEE NAME >> started work with you on << START DATE >> in the role of << POSITION >>.
We wish <<EMPLOYEE FIRST NAME>> all the best in their new role.
Header: POSITION DETAILS FOR: << EMPLOYEE NAME >> (<< EMPLOYEE ID >>)
Details displayed in the tabular format: (1 column and 6 rows)
EMPLOYEE NAME: << EMPLOYEE NAME >>
EMPLOYEE ID: << EMPLOYEE ID >>
DEPARTMENT: << DEPT NAME>>
POSITION: << POSITION >>
START DATE: << START DATE >>
0