IsFieldDateEqualOrAfter
Checks that the Date value in the current field represented by the bound Field object of the Document Hierarchy is greater than or equal to the Date value in the field that is specified as the parameter.
Syntax
bool IsFieldDateEqualOrAfter (StrParam)
Parameters
The name of the Field object of the Document Hierarchy to be compared with the Date value of the current field. Smart parameters are supported.Returns
False if the date condition is not met, if the action is not applied at the Field level, or either field does not contain a valid date. Otherwise, True.Level
Field level.Details
- Example
IsFieldDateEqualOrAfter("24aDtFr1")