PrintMgmtNodeInstance::mergeIntoEffectiveSettings Method [AX 2012]
Merges node settings between a parent and child node.
client server public static PrintMgmtNodeInstance mergeIntoEffectiveSettings(PrintMgmtNodeInstance _parentInstance, PrintMgmtNodeInstance _childInstance)
Run On
CalledParameters
- _parentInstance
- Type: PrintMgmtNodeInstance Class
The parent node.
- _childInstance
- Type: PrintMgmtNodeInstance Class
The child node.
Return Value
Type: PrintMgmtNodeInstance ClassA child node that contains inherited, overridden, and new print management settings.
This method merges the parent node setup documents and settings into the child node settings. This involves copying inherited settings from the parent to the child, changing settings on the child that override parent settings, and leaving settings on the child that are new. This flattens the hierarchy and provides an effective view of the settings from the perspective of the child node.
Show: