BUSINESS_DAY_FORWARD

Calculates the date that corresponds to the first business day after 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.

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 forward. If omitted, one day is assumed.

IF CURRENT_DATE = BUSINESS_DAY_FORWARD (Account.OpeningDate) THEN ... 
  • Last modified: 2023/05/08 07:04