BIDateDimensionManager::saveCalendarRecord Method [AX 2012]

Saves new calendar details to the BIDateDimension table and its hierarchies to the BIDateHierarchy table.

Syntax

server public static void saveCalendarRecord(BIDateDimension _biDateDimension, BIDateHierarchy _biDateHierarchy)

Run On

Server

Parameters

  • _biDateHierarchy
    Type: BIDateHierarchy Table
    The records of the BIDateHierarchy table which must be saved.

Remarks

If a dimension with the same name exists, it will be deleted.

See Also

Reference

BIDateDimensionManager Class