Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/02/2024 11:39 PM
Hi,
We have a requirement of sending Campaign Due Date in campaign emails as 7 days less than the actual due date.
for eg: If a campaign expires in 28 days, in email we only need to show them the due date as 21days.
Is it possible to edit the binding variables to subtract 7 days?
09/03/2024 02:04 AM
09/03/2024 03:55 AM
@Ishatry below
${campaign?.endDate.minusDays(7).format('yyyy-MM-dd')}
09/03/2024 04:31 AM
This should work - ${campaign?.endDate.minusDays(7).format('yyyy-MM-dd')}