Click or drag to resize
AccountingCodeServicegetAccountDimension10Name Method

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

Hämta namnet på ett egen redovisningskod 3 (eller egendefinierat namn) i ett visst företag

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

Parameters

accountingCodeOptions
Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att hämta namn på egen redovisningskod 3.
code
Type: SystemString
Egen redovisningskod 3 som namn ska hämtas för.
name
Type: SystemString
Namn på egen redovisningskod 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 om konteringskoden.

Implements

IAccountingCodeServicegetAccountDimension10Name(AccountingCodeOptions, String, String, ListString)
See Also