Description
Returns a subset of the input entity collection with all the Overlaps records based on the two date fields supplied.
Signature
TimePeriodsFindOverlaps('entitycollection', 'startdate_fieldname', 'enddate_fieldname')
Example
TimePeriodsFindOverlaps(GetVar('listofrecords'), 'startdate', 'enddate')
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| entitycollection | xxxx | xxxx | xxxx |
| startdate_fieldname | xxxx | xxxx | xxxx |
| enddate_fieldname | xxxx | xxxx | xxxx |
| inputrange_startdate | xxxx | xxxx | xxxx |
| inputrange_enddate | xxxx | xxxx | xxxx |
