IAccountingCodeServicesetAccountDimension05 Method |
[This is preliminary documentation and is subject to change.]
Skapar ett ny verksamhet (eller egendefinierat namn) eller uppdaterar en befintlig verksamhet (eller egendefinierat namn)
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool setAccountDimension05(
AccountingCodeOptions options,
AccountDimension05 accountDimension05,
out AccountingCodeReciept reciept,
out List<string> messages
)
Function setAccountDimension05 (
options As AccountingCodeOptions,
accountDimension05 As AccountDimension05,
<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 verksamhet - accountDimension05
- Type: _3LProServices.AccountingAccountDimension05
Underlag för att skapa/uppdatera verksamhet - reciept
- Type: _3LProServices.AccountingAccountingCodeReciept
Om metoden returnerar true, innehåller reciept information om skapa/uppdatera verksamhet. - 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 verksamhet.
See Also