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 InventTestGroupMember records overlap.
Syntax
client server public static boolean checkDateOverlap(InventTestGroupMember _inventTestGroupMemberCur, InventTestGroupMember _inventTestGroupMemberOther)
Run On
Called
Parameters
- _inventTestGroupMemberCur
Type: InventTestGroupMember Table
The first InventTestGroupMember record.
- _inventTestGroupMemberOther
Type: InventTestGroupMember Table
The second InventTestGroupMember record.
Return Value
Type: boolean
true if dates do not overlap; otherwise, false.