PCModelingLibrary::validateVersionDate Method [AX 2012]

Sets or removes the active status of the specified product model version.

server public static boolean validateVersionDate(PCProductModelVersion _version, [boolean _showError])

Run On

Server

Parameters

_version
Type: PCProductModelVersion Table
The product model version to start.
_showError
Type: boolean
A Boolean value that indicates whether an error message is to be shown if the version is not valid.

Return Value

Type: boolean
true if the version is valid; otherwise, false.
Show: