CatDisplayCategoryTable::initDisplayCategory Method

Creates a CatDisplayCategoryTable record and initializes it with the given data.

Syntax

client server public static CatDisplayCategoryTable initDisplayCategory(
    CatProcureCatalogTable _catalog, 
    Name _name, 
    CatDisplayCategoryTable _parent, 
    CatDisplayCategorySharedInfo _sharedData, 
   [UpdateType _updateType, 
    EcoResCategory _erCategory])

Run On

Called

Parameters

Return Value

Type: CatDisplayCategoryTable Table
An instance of the CatDisplayCategoryTable table that is initialized with the given data.

Remarks

The CatProcureCatalogTable record is not persisted.

The default value for update type will be 1 if the given parent is available; otherwise, 2.

See Also

Reference

CatDisplayCategoryTable Table