AccountingCodeServicegetAccountDimension01Name Method |
[This is preliminary documentation and is subject to change.]
Hämta namnet på ett kostnadsställe (eller egendefinierat namn) i ett visst företag
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool getAccountDimension01Name(
AccountingCodeOptions accountingCodeOptions,
string code,
out string name,
out List<string> errorMessages
)
Public Function getAccountDimension01Name (
accountingCodeOptions As AccountingCodeOptions,
code As String,
<OutAttribute> ByRef name As String,
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- accountingCodeOptions
- Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att hämta namn på kostnadsställe. - code
- Type: SystemString
Kostnadsställe som namn ska hämtas för. - name
- Type: SystemString
Namn på kostnadsställe 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 om konteringskoden.
Implements
IAccountingCodeServicegetAccountDimension01Name(AccountingCodeOptions, String, String, ListString)
See Also