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.
Verifies that elements have not been changed or deleted after the specified date.
Syntax
server public static boolean verifyElementsAreUpToDate(
List _elementIdList,
List _elementTypeList,
utcdatetime _lastGenerationDate)
Run On
Server
Parameters
- _elementIdList
Type: List Class
A list of AX elements IDs.
- _elementTypeList
Type: List Class
A list of AX elements types.
- _lastGenerationDate
Type: utcdatetime
The last generation date.
Return Value
Type: boolean
true if the elements were not changed or deleted after specified date; otherwise, false.