Share via


LeanScheduleGroupCache.leanScheduleGroupItem Method [AX 2012]

Retrieves a container that contains the LeanScheduleGroup and LeanScheduleGroupItem records for the specified item, inventory dimensions, and work center.

Syntax

public container leanScheduleGroupItem(
    WrkCtrResourceGroupRefRecId _wrkCtrResourceGroup, 
    ItemId _itemId, 
    InventDimId _inventDimId)

Run On

Called

Parameters

Return Value

Type: container
A container that contains the LeanScheduleGroup and LeanScheduleGroupItem records.

Remarks

The method also maintains a cache in the global object cache to reduce the database calls.

See Also

Reference

LeanScheduleGroupCache Class