Post date: Sep 10, 2017 11:45:34 AM
eWorksheet data can be embedded as an Inline data table (data snapshot) in an Operational email using $EWKS_DATA(...)$ token with required parameters.
Here is the syntax of the token:
$EWKS_DATA("application name","viewerset name","viewer instance name","where condition")$
Example Usage:
$EWKS_DATA("CDM v2","Reports","Payment Terms","PARTY_ID = $T_CDM_PARTY.ORACLE_CUSTOMER_ID$")$
And as shown in example above, we can use dynamic bean variable values for any parameter in $EWKS_DATA token.
When this is configured, we will get data of eworksheet in html table format as shown below:
Thanks.