PrintMgmtPrintSetting.addPrintDetail Method [AX 2012]

Adds a print detail.

public void addPrintDetail(PrintMgmtPrintSettingDetail _printMgmtDetail)

Run On

Called

Parameters

_printMgmtDetail
Type: PrintMgmtPrintSettingDetail Class
The instance of the PrintMgmtPrintSettingDetail class to add.

ExceptionCondition
Error

The provided print detail is nullNothingnullptrunita null reference (Nothing in Visual Basic).

The print management code will add the necessary settings in the order they should print. Those integrating with the system should retrieve the settings that use the numDetails method and the getDetailByPos method.

Community Additions

ADD
Show: