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
- _purchReqLine
Type: PurchReqLine Table
A PurchReqLine record to evaluate.
- _purchLine
Type: PurchLine Table
- _purchReqSourcingPolicyRuleProvider
Type: PurchReqSourcingPolicyRuleProvider Class
- _purchRFQCaseLineProvider
Type: PurchRFQCaseLineProvider Class
Return Value
Type: boolean
true if the requisition line price information is to be copied over; otherwise, false.