BUSINESS_DAY_BACK
Description
Calculates the date that corresponds to the first business day before the provided date. Business days are usually those that do not include weekends and public holidays. The list of public holidays may be provided in the PublicHolidays
property of the server property file.
Parameters
Attribute of the Date type or date constant or calculation producing a date. The second parameter is optional – it indicates the number of days to move back. If omitted, one day is assumed.
Example
IF CURRENT_DATE=BUSINESS_DAY_BACK (Account.OpeningDate) THEN ...