BookTransCalc_RU.findCustVendName Method [AX 2012]
Finds the name of a customer, vendor, or employee.
Syntax
protected Name findCustVendName(FactureModule_RU _module, CustVendAC _account)
Run On
Server
Parameters
- _module
Type: FactureModule_RU Enumeration
The facture source module.
- _account
Type: CustVendAC Extended Data Type
The account number.
Return Value
Type: Name Extended Data Type
The customer, vendor, or employee name.
Exceptions
Exception | Condition |
---|---|
Error | The facture source module is unknown. |