Click or drag to resize
AccountingCodeServicegetAccountDimensions10 Method

[This is preliminary documentation and is subject to change.]

Hämta alla egen redovisningskod 3 (eller egendefinierat namn) för ett företag.

Namespace: _3LProServices.Accounting
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool getAccountDimensions10(
	AccountingCodeOptions accountingCodeOptions,
	out List<AccountDimension10> accountDimension10,
	out List<string> errorMessages
)

Parameters

accountingCodeOptions
Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att exportera egen redovisningskod 3.
accountDimension10
Type: System.Collections.GenericListAccountDimension10
Egna redovisningskoder 3 i retur
errorMessages
Type: System.Collections.GenericListString
Om metoden returnerar FALSE, visas här varför.

Return Value

Type: Boolean
True - om allt har gått bra. False - det går inte att hämta uppgifter för företaget.

Implements

IAccountingCodeServicegetAccountDimensions10(AccountingCodeOptions, ListAccountDimension10, ListString)
See Also