CustVendOpenTransManager.setFilterValueForAgreement Method [AX 2012]

Sets filter value for agreements.

Syntax

public void setFilterValueForAgreement(
    FormDataSource _formDS, 
    TableId _tableId, 
    Range _agreementId)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

A Error::wrongUseOfFunction is thrown if _tableId is not tableNum of CustTrans or VendTrans tables

-or-

An error is throw the table is not assigned to datasource.

See Also

Reference

CustVendOpenTransManager Class