ReleaseUpdateDB60_Vend.copyDuplicatePurchLineAsset Method [AX 2012]
Copies data from the PurchParmLine_Asset table that relates a duplicate PurchParmLine table to the VendInvoiceInfoLine_Asset table.
private void copyDuplicatePurchLineAsset(PurchParmLineRecId purchParmLineRecId, PurchParmLineRecId vendInvoiceInfoLineRecId)
Run On
ServerParameters
- purchParmLineRecId
- Type: PurchParmLineRecId Extended Data Type
A record ID of the record to copy from the PurchParmLine table.
- vendInvoiceInfoLineRecId
- Type: PurchParmLineRecId Extended Data Type
A record ID of the record to copy to VendInvoiceInfoLine table.
Community Additions
ADD
Show: