I want to configure a date element in which I want to set the max and min date on the basis of SETDATE function. How can I achieve this in vFlow2.0?
To archive this functionality you have to enter a function in Business Rule i.e. DATEDIFFDAYS
EXAMPLE:
Suppose you want to set the minimum date and maximum date
DATEDIFFDAYS(getVal(“1726160843214227.fromdate”), ‘YYYY-MM-DD’,getVal(“1726160843214227.todate”),‘YYYY-MM-DD’)>=90