Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the to and from dates on two InventTestAssociationTable records overlap.
Syntax
client server public static boolean checkDateOverlap(InventTestAssociationTable _inventTestAssociationTableCur, InventTestAssociationTable _inventTestAssociationTableOther)
Run On
Called
Parameters
- _inventTestAssociationTableCur
Type: InventTestAssociationTable Table
The first InventTestAssociationTable record.
- _inventTestAssociationTableOther
Type: InventTestAssociationTable Table
The second InventTestAssociationTable record.
Return Value
Type: boolean
true if dates do not overlap; otherwise, false.