Generic Email Decision Table

 This Post talks about how to create a Generic Email Decision table which can be used across appliation to configure the Email parameters like To , CC , Subject and Body.

Lets Create a Decision table , SendEmailByPurpose


Input columns in Decision table 

pyPurpose -> Identifier for sending which email 

Evaluate -> @equals ("true" , current-value)


Output Columns

Mapping data transform -> pyDataTransform 

Correspondance -> pyCorrForSendEmail

Subject ->pySubject 

To - pyTo   

CC - EmailString






Post a Comment