Share via


RequisitionPurchaseOrderGeneration Class [AX 2012]

The class for releasing requisition lines to the purchase orders.

Syntax

class RequisitionPurchaseOrderGeneration extends RequisitionDocumentGeneration

Run On

Server

Methods

  Method Description
JJ774261.protmethod(en-us,AX.60).gif applySourcingPolicyOnError Applies policies when error occurs during releasing the requisition lines. (Inherited from RequisitionDocumentGeneration.)
JJ774261.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ774261.privmethod(en-us,AX.60).gif create Create a purchase order based on splitting rules
JJ774261.privmethod(en-us,AX.60).gif createPurch Create a purchase order
JJ774261.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ774261.privmethod(en-us,AX.60).gif getVendors
JJ774261.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif insertPurchReqPurchaseOrderGeneration Convert TmpFrmVirtual into PurchReqTmpSourcingPolicyRule object
JJ774261.protmethod(en-us,AX.60).gif new Initializes a new instance of the RequisitionPurchaseOrderGeneration class. (Overrides the new Method.)
JJ774261.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.)
JJ774261.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.)
JJ774261.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif parmIsRunningInAutoMode Gets or sets the IsRunningInAutoMode parameter. (Inherited from RequisitionDocumentGeneration.)
JJ774261.pubmethod(en-us,AX.60).gif parmPurchReqLineRecIdContainer Gets or sets the PurchReqLineRecIdContainer parameter. (Inherited from RequisitionDocumentGeneration.)
JJ774261.pubmethod(en-us,AX.60).gif run Contains the code that does the actual job of the class. (Overrides the run Method.)
JJ774261.pubmethod(en-us,AX.60).gif setPurchReqLineGeneration2Manual Sets IsPurchaseOrderGenerationManual flag to true for specified requisition line. (Inherited from RequisitionDocumentGeneration.)
JJ774261.pubmethod(en-us,AX.60).gif setSelectedVendors Sets a map of vendors.
JJ774261.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ774261.protmethod(en-us,AX.60).gif updatePurchReqLineProcessingError Update records in PurchReqLineProcessingError table. (Inherited from RequisitionDocumentGeneration.)
JJ774261.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.)
JJ774261.pubmethod(en-us,AX.60).gif validateAllLines Validate all lines in a single purchReqTable table record.
JJ774261.pubmethod(en-us,AX.60).gif validateFiscalYear Checks if trans date is same as accounting event date.
JJ774261.pubmethod(en-us,AX.60).gif validatePreEncumbrance Checks whether the line is posted.
JJ774261.pubmethod(en-us,AX.60).gif validatePriceTolerance Checks for price tolerance rule.
JJ774261.privmethod(en-us,AX.60).gif validatePurchReqLine
JJ774261.privmethod(en-us,AX.60).gif validateQuote Checks for quote rule.
JJ774261.privmethod(en-us,AX.60).gif validateVendor Checks for vendor rule.
JJ774261.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ774261.pubmethod(en-us,AX.60).gif JJ774261.static(en-us,AX.60).gif ::construct Initializes a new instance of the RequisitionPurchaseOrderGeneration class.
JJ774261.pubmethod(en-us,AX.60).gif JJ774261.static(en-us,AX.60).gif ::isPurchReqLinePrice2PurchaseOrder Returns true if the requisition line price information is to be copied over to purchase order line.
JJ774261.privmethod(en-us,AX.60).gif JJ774261.static(en-us,AX.60).gif ::transferPriceFromPurchReqToPOForItemLine Returns true if the requisition line price information is to be copied over to purchase order line.This is for specific requisition line of type item and without RFQs with highest status accepted

Top

Inheritance Hierarchy

Object Class
  RequisitionDocumentGeneration Class
    RequisitionPurchaseOrderGeneration Class