Share via


PurchInvoiceJournalPost.pdsSplitToSublines Method [AX 2012]

Splits the VendInvoiceInfoLine to separate batches to assign actual calculated prices to each.

Syntax

private List pdsSplitToSublines(PurchLine _purchLine, VendInvoiceInfoLine _infoLine)

Run On

Server

Parameters

Return Value

Type: List Class
A list of [PDSPurchInvoiceLineSplit] objects, one for each batch associated with _infoLine.

Exceptions

Exception Condition
Error

Thrown if there are any advanced pricing errors.

See Also

Reference

PurchInvoiceJournalPost Class