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 | |
---|---|---|
applySourcingPolicyOnError | Applies policies when error occurs during releasing the requisition lines. (Inherited from RequisitionDocumentGeneration.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
create | Create a purchase order based on splitting rules | |
createPurch | Create a purchase order | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
getVendors | ||
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
insertPurchReqPurchaseOrderGeneration | Convert TmpFrmVirtual into PurchReqTmpSourcingPolicyRule object | |
new | Initializes a new instance of the RequisitionPurchaseOrderGeneration class. (Overrides the new Method.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmIsRunningInAutoMode | Gets or sets the IsRunningInAutoMode parameter. (Inherited from RequisitionDocumentGeneration.) | |
parmPurchReqLineRecIdContainer | Gets or sets the PurchReqLineRecIdContainer parameter. (Inherited from RequisitionDocumentGeneration.) | |
run | Contains the code that does the actual job of the class. (Overrides the run Method.) | |
setPurchReqLineGeneration2Manual | Sets IsPurchaseOrderGenerationManual flag to true for specified requisition line. (Inherited from RequisitionDocumentGeneration.) | |
setSelectedVendors | Sets a map of vendors. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updatePurchReqLineProcessingError | Update records in PurchReqLineProcessingError table. (Inherited from RequisitionDocumentGeneration.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateAllLines | Validate all lines in a single purchReqTable table record. | |
validateFiscalYear | Checks if trans date is same as accounting event date. | |
validatePreEncumbrance | Checks whether the line is posted. | |
validatePriceTolerance | Checks for price tolerance rule. | |
validatePurchReqLine | ||
validateQuote | Checks for quote rule. | |
validateVendor | Checks for vendor rule. | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the RequisitionPurchaseOrderGeneration class. | |
::isPurchReqLinePrice2PurchaseOrder | Returns true if the requisition line price information is to be copied over to purchase order line. | |
::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