Share via


AfDataContainerList.addNew Method [AX 2012]

Creates a new data container of the type that is specificed by the data container descriptor of the list, adds the new container to the end of the list, and retrieves the newly created data container.

Syntax

public AfDataContainer addNew()

Run On

Called

Return Value

Type: AfDataContainer Class
The newly created data container.

See Also

Reference

AfDataContainerList Class