This page contains information related to an old version of the a!recordFilterDateRange() Function.
Old versions do not appear in category lists; only the newest versions are listed.
To take advantage of the latest features and improvements, we always recommend you use the latest versions of functions whenever possible. See the latest version's page for information about what's been changed.
Creates a user filter for a record list. This is an older version of the a!recordFilterDateRange()
function, which supports record type field references.
This function creates a Facet type object, and is used within a Record Type Object for creating and configuring date range user filters. See Expression-Based User Filters for common uses.
a!recordFilterDateRange( name, field, defaultFrom, defaultTo, isVisible )
1
2
3
4
5
6
7
=a!recordFilterDateRange_20r2(
name: "Hire Date",
field: "hireDate",
defaultFrom: "today()",
defaultTo: "today() + 365",
isVisible: true
)