LedgerInterCompany.getCurrencyExchPostOptions Method
Retrieves either the customer or vendor currency exchange posting options for the specified parameters.
Syntax
public CustVendSettleCompanyPostOption getCurrencyExchPostOptions(SysModule _module)
Run On
Called
Parameters
- _module
Type: SysModule Enumeration
The module that is used to determine the correct posting option to retrieve.
Return Value
Type: CustVendSettleCompanyPostOption Enumeration
The CustVendSettleCompanyPostOption enumeration value for the currency exchange posting.
Remarks
Returns the CustCurrencyExchPostOption field if the module is a customer module; otherwise, returns the VendCurrencyExchPostOption field.