RetailPriceUtilities::checkValidationPeriodOverlap Method [AX 2012]
Indicates whether the validation period passed as parameter overlaps.
server public static boolean checkValidationPeriodOverlap(str _perA, str _perB)
Run On
ServerParameters
- _perA
- Type: str
The string value for the first period.
- _perB
- Type: str
The string value for the second period.
Return Value
Type: booleantrue if either of periods are nullNothingnullptrunita null reference (Nothing in Visual Basic); otherwise, false.
Show: