CustLedgerAccounts::exportSalesLedgerDimension Method
Retrieves the export sales ledger dimension for a specified customer and customer posting profile.
Syntax
server public static ExportSalesLedgerDimension exportSalesLedgerDimension(CustAccount _custAccount, [CustPostingProfile _custPostingProfile])
Run On
Server
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer account.
- _custPostingProfile
Type: CustPostingProfile Extended Data Type
The customer posting profile.
Return Value
Type: ExportSalesLedgerDimension Extended Data Type
The ledger dimension for the export sales.
Exceptions
Exception | Condition |
---|---|
Error | The posting profile has not been set up in the accounts receivable parameters. -or- The export sales tax account for the customer in the posting profile does not exist. |