EcoResProductMasterDimValueService.create Method [AX 2012]

Creates one or more data objects that are contained in an instance of the EcoResEcoResMasterDim class.

Syntax

public AifEntityKeyList create(EcoResEcoResMasterDim _ecoResEcoResMasterDim)

Run On

Server

Parameters

  • _ecoResEcoResMasterDim
    Type: EcoResEcoResMasterDim Class
    The EcoResEcoResMasterDim instance that contains the data objects to create.

Return Value

Type: AifEntityKeyList Class
A list of entity keys that identify the newly created objects.

Remarks

The entity keys appear in the order that the created objects are specified in the instance of the EcoResMasterDimValue class.

See Also

Reference

EcoResProductMasterDimValueService Class