ReqCalcScheduleItem.insertItemSched Method [AX 2012]

Inserts the ReqTrans records to create the requirement profile.

Syntax

protected void insertItemSched(ReqSetup _setup, [boolean _deleteBeforeInsert])

Run On

Called

Parameters

  • _setup
    Type: ReqSetup Class
    A ReqSetup object that contains the coverage settings for the specified item ID.
  • _deleteBeforeInsert
    Type: boolean
    A Boolean value that indicates whether the requirement profile is deleted before any new records are inserted.

See Also

Reference

ReqCalcScheduleItem Class