AccountingCodeServicesetAccountDimension09 Method |
[This is preliminary documentation and is subject to change.]
Skapar ett ny egen redovisningskod 2 (eller egendefinierat namn) eller uppdaterar en befintlig egen redovisningskod 2 (eller egendefinierat namn)
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool setAccountDimension09(
AccountingCodeOptions options,
AccountDimension09 accountDimension09,
out AccountingCodeReciept reciept,
out List<string> messages
)
Public Function setAccountDimension09 (
options As AccountingCodeOptions,
accountDimension09 As AccountDimension09,
<OutAttribute> ByRef reciept As AccountingCodeReciept,
<OutAttribute> ByRef messages As List(Of String)
) As Boolean
Parameters
- options
- Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att skapa/uppdatera egen redovisningskod 2 - accountDimension09
- Type: _3LProServices.AccountingAccountDimension09
Underlag för att skapa/uppdatera egen redovisningskod 2 - reciept
- Type: _3LProServices.AccountingAccountingCodeReciept
Om metoden returnerar true, innehåller reciept information om skapad/uppdaterad egen redovisningskod 2. - messages
- 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 skapa/uppdatera egen redovisningskod 2.
Implements
IAccountingCodeServicesetAccountDimension09(AccountingCodeOptions, AccountDimension09, AccountingCodeReciept, ListString)
See Also