AccountingCodeServicesetAccountDimension01 Method |
[This is preliminary documentation and is subject to change.]
Skapar ett nytt kostnadsställe (eller egendefinierat namn) eller uppdaterar ett befintlig kostnadsställe (eller egendefinierat namn)
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool setAccountDimension01(
AccountingCodeOptions options,
AccountDimension01 accountDimension01,
out AccountingCodeReciept reciept,
out List<string> messages
)
Public Function setAccountDimension01 (
options As AccountingCodeOptions,
accountDimension01 As AccountDimension01,
<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 kostnadsställe - accountDimension01
- Type: _3LProServices.AccountingAccountDimension01
Underlag för att skapa/uppdatera kostnadsställe - reciept
- Type: _3LProServices.AccountingAccountingCodeReciept
Om metoden returnerar true, innehåller reciept information om skapat/uppdaterat kostnadsställe. - 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 kostnadsställe.
Implements
IAccountingCodeServicesetAccountDimension01(AccountingCodeOptions, AccountDimension01, AccountingCodeReciept, ListString)
See Also