Share via


VendRequestProcureAuditDP.insertIntoTempTable Method [AX 2012]

Create a new temporary record that is based on vendor request data and vendor data.

Syntax

private void insertIntoTempTable(
    VendRequest _vendRequest, 
    boolean _newVendRequest, 
    boolean _newCompany)

Run On

Server

Parameters

  • _vendRequest
    Type: VendRequest Table
    VendRequest record that contains the request data.
  • _newVendRequest
    Type: boolean
    true if this is the first temporary record for a vendor request.
  • _newCompany
    Type: boolean
    true means this is the first temporary record for a vendor request and a company account.

See Also

Reference

VendRequestProcureAuditDP Class