SysDefaultData.addSummary Method [AX 2012]

Adds a summary to the parent wizard's summary list view, explaining what the class will create.

public container addSummary(
    FormListControl listView, 
    int nextIdx, 
    int no)

Run On

Called

Parameters

listView
Type: FormListControl Class
The list view on which to add the summary.
nextIdx
Type: int

no
Type: int
The table number of the table.

Return Value

Type: container
A container value.

This method is not typically overridden. It is called from the SysDefaultDataWizard class, which handles the creating and building of the summary list view.

Community Additions

ADD
Show: