Share via


RequisitionPurchaseOrderGeneration::isPurchReqLinePrice2PurchaseOrder Method [AX 2012]

Returns true if the requisition line price information is to be copied over to purchase order line.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static boolean isPurchReqLinePrice2PurchaseOrder(
            PurchReqLine _purchReqLine, 
           [PurchLine _purchLine, 
            PurchReqSourcingPolicyRuleProvider _purchReqSourcingPolicyRuleProvider, 
            PurchRFQCaseLineProvider _purchRFQCaseLineProvider])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static boolean isPurchReqLinePrice2PurchaseOrder(PurchReqLine _purchReqLine)

Run On

Server

Parameters

Return Value

Type: boolean
true if the requisition line price information is to be copied over; otherwise, false.

See Also

Reference

RequisitionPurchaseOrderGeneration Class