ReqTransPOFirmKanban Class [AX 2012]

The ReqTransPOFirmKanban class will create one or more kanbans from a planned kanban.

Syntax

class ReqTransPOFirmKanban

Run On

Server

Methods

  Method Description
Gg797414.protmethod(en-us,AX.60).gif addReqTrans Initializes a ReqTrans record and adds the record to the specified instance of the RecordSortedList class.
Gg797414.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg797414.protmethod(en-us,AX.60).gif createKanbanListInclDerivedEventKanbans Creates a list of kanbans and derived event kanbans.
Gg797414.protmethod(en-us,AX.60).gif createKanbans Creates the kanbans records.
Gg797414.protmethod(en-us,AX.60).gif createReqTrans Creates the ReqTrans records based on created kanbans.
Gg797414.protmethod(en-us,AX.60).gif createReqTransCov Adds the ReqTransCov records to the specified instance of the RecordInsertList class.
Gg797414.protmethod(en-us,AX.60).gif createReqTransFirmLog Inserts a ReqTransFirmLog record for each created kanban.
Gg797414.protmethod(en-us,AX.60).gif deleteReqPO Deletes the ReqPO record and the related ReqTrans and ReqTransCov records.
Gg797414.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg797414.protmethod(en-us,AX.60).gif firmReqPO Creates kanbans and updates the requirement profile of the current plan and the dynamic plan.
Gg797414.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg797414.protmethod(en-us,AX.60).gif init Initializes instance variables.
Gg797414.protmethod(en-us,AX.60).gif initReqTransSortedList Initializes an instance of the RecordSortedList class.
Gg797414.protmethod(en-us,AX.60).gif listReqTransSettled Finds the pegged ReqTrans records for the planned order and the derived transactions.
Gg797414.protmethod(en-us,AX.60).gif mapKey Creates a string value that is based on the selected values from the specified ReqTrans record.
Gg797414.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqTransPOFirmKanban class.
Gg797414.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif parmKanbanRule Gets or sets the KanbanRule parameter.
Gg797414.pubmethod(en-us,AX.60).gif parmReqPO Gets or sets the ReqPO parameter.
Gg797414.pubmethod(en-us,AX.60).gif run Firms a planned kanban.
Gg797414.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg797414.protmethod(en-us,AX.60).gif updateDynamicPlan Updates the requirement profile in another plan.
Gg797414.protmethod(en-us,AX.60).gif updateFutures Updates the future date and time for the specified ReqTrans records.
Gg797414.protmethod(en-us,AX.60).gif updatePegging Deletes pegging from the planned order and creates new pegging for the created kanbans.
Gg797414.protmethod(en-us,AX.60).gif updateRequisitionLineReferences Updates the requisition lines and creates appropriate references for any requisition line issues that are covered by the kanbans that have just been firmed.
Gg797414.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg797414.protmethod(en-us,AX.60).gif validate Validates whether specified parameters are correct.
Gg797414.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg797414.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg797414.privmethod(en-us,AX.60).gif Gg797414.static(en-us,AX.60).gif ::contruct
Gg797414.pubmethod(en-us,AX.60).gif Gg797414.static(en-us,AX.60).gif ::newParameters Initializes a new instance of the ReqTransPOFirmKanban class.

Top

Remarks

This class will be used when a planned kanban is firmed.

Inheritance Hierarchy

Object Class
  ReqTransPOFirmKanban Class
    ReqTransPOFirmKanbanUpdatePlan Class