IAccountingCodeServicegetAccountDimensions08 Method |
[This is preliminary documentation and is subject to change.]
Hämta alla egen redovisningskod 1 (eller egendefinierat namn) för ett företag.
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool getAccountDimensions08(
AccountingCodeOptions accountingCodeOptions,
out List<AccountDimension08> accountDimension08,
out List<string> errorMessages
)
Function getAccountDimensions08 (
accountingCodeOptions As AccountingCodeOptions,
<OutAttribute> ByRef accountDimension08 As List(Of AccountDimension08),
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- accountingCodeOptions
- Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att exportera egen redovisningskod 1. - accountDimension08
- Type: System.Collections.GenericListAccountDimension08
Egna redovisningskoder 1 i retur - errorMessages
- Type: System.Collections.GenericListString
Om metoden returnerar FALSE, visas här varför.
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det går inte att hämta uppgifter för företaget.
See Also