ReqTransPOFirmKanbanUpdatePlan Class [AX 2012]

The ReqTransPOFirmKanbanUpdatePlan class updates the requirement profile based on created kanbans done in another plan.

Syntax

class ReqTransPOFirmKanbanUpdatePlan extends ReqTransPOFirmKanban

Run On

Server

Methods

  Method Description
Gg797455.protmethod(en-us,AX.60).gif addReqTrans Initializes a ReqTrans record and adds the record to the specified instance of the RecordSortedList class. (Inherited from ReqTransPOFirmKanban.)
Gg797455.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg797455.protmethod(en-us,AX.60).gif copyReqTrans Copies a ReqTrans records from one plan into another plan.
Gg797455.protmethod(en-us,AX.60).gif createKanbanListInclDerivedEventKanbans Creates a list of kanbans and derived event kanbans. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif createKanbans Creates the kanbans records. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif createReqTrans Creates the ReqTrans records based on created kanbans. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif createReqTransCov Adds the ReqTransCov records to the specified instance of the RecordInsertList class. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif createReqTransFirmLog Inserts a ReqTransFirmLog record for each created kanban. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif deleteReqPO Deletes the ReqPO record and the related ReqTrans and ReqTransCov records. (Inherited from ReqTransPOFirmKanban.)
Gg797455.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg797455.protmethod(en-us,AX.60).gif firmReqPO Updates the requirement profile. (Overrides the firmReqPO Method.)
Gg797455.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg797455.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg797455.protmethod(en-us,AX.60).gif init Initializes instance variables. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif initReqTransSortedList Initializes an instance of the RecordSortedList class. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif listReqTransSettled Finds the pegged ReqTrans records for the planned order and the derived transactions. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif mapKey Creates a string value that is based on the selected values from the specified ReqTrans record. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqTransPOFirmKanbanUpdatePlan class. (Overrides the new Method.)
Gg797455.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.)
Gg797455.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.)
Gg797455.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg797455.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg797455.pubmethod(en-us,AX.60).gif parmKanbanRule Gets or sets the KanbanRule parameter. (Inherited from ReqTransPOFirmKanban.)
Gg797455.pubmethod(en-us,AX.60).gif parmReqPO Gets or sets the ReqPO parameter. (Inherited from ReqTransPOFirmKanban.)
Gg797455.pubmethod(en-us,AX.60).gif parmReqTransSortedListSourcePlan Gets or sets the ReqTransSortedListSourcePlan parameter.
Gg797455.pubmethod(en-us,AX.60).gif run Firms a planned kanban. (Inherited from ReqTransPOFirmKanban.)
Gg797455.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg797455.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg797455.protmethod(en-us,AX.60).gif updateDynamicPlan Updates the requirement profile in another plan. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif updateFutures Updates the future date and time for the specified ReqTrans records. (Inherited from ReqTransPOFirmKanban.)
Gg797455.protmethod(en-us,AX.60).gif updatePegging Deletes pegging from the planned order and creates new pegging for the created kanbans. (Inherited from ReqTransPOFirmKanban.)
Gg797455.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. (Inherited from ReqTransPOFirmKanban.)
Gg797455.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.)
Gg797455.protmethod(en-us,AX.60).gif validate Validates that the specified parameters are correct. (Overrides the validate Method.)
Gg797455.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg797455.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg797455.privmethod(en-us,AX.60).gif Gg797455.static(en-us,AX.60).gif ::contruct
Gg797455.pubmethod(en-us,AX.60).gif Gg797455.static(en-us,AX.60).gif ::newParameters Initializes a new instance of the ReqTransPOFirmKanbanUpdatePlan class.

Top

Remarks

This class will be used when a planned kanban is firmed in one plan and the same changes should be applied in another plan.

Inheritance Hierarchy

Object Class
  ReqTransPOFirmKanban Class
    ReqTransPOFirmKanbanUpdatePlan Class