PDSAdvancedPricing_VendInvoiceLine::initVendInvoiceTransFromPurchLineHandler Method [AX 2012]

Handles additional initialization from advanced pricing fields for a specified vendor invoice line.

server public static void initVendInvoiceTransFromPurchLineHandler(XppPrePostArgs _args)

Run On

Server

Parameters

_args
Type: XppPrePostArgs Class
The pre-arguments and post-arguments for the specified event.

This method is expected to be run as a post-event event handler for the initFromPurchLine method that is used on the [VendInvoiceTrans] table.

Show: