PCModelingLibrary::setActive Method [AX 2012]
Sets or removes the active status of the specified product model version.
server public static void setActive(PCProductModelVersion _version, boolean _doActivate)
Run On
ServerParameters
- _version
- Type: PCProductModelVersion Table
The product model version to enable.
- _doActivate
- Type: boolean
A Boolean value that indicates whether the version is to be set as active.
Show: