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 for a date overlap between two gift card serial templates.
Syntax
client server public static boolean checkDateOverlap(MCRGiftCardSerialTemplate _curTemplate, MCRGiftCardSerialTemplate _checkAgainstTemplate)
Run On
Called
Parameters
- _curTemplate
Type: MCRGiftCardSerialTemplate Table
A gift card serial template to be used for checking overlap.
- _checkAgainstTemplate
Type: MCRGiftCardSerialTemplate Table
A second gift card serial template to be used for checking overlap.
Return Value
Type: boolean
true if there are no overlaps; otherwise, false.