AccountingCodeServicesetAccountDimension06 Method |
[This is preliminary documentation and is subject to change.]
Skapar ett ny aktivitet (eller egendefinierat namn) eller uppdaterar en befintlig aktivitet (eller egendefinierat namn)
Namespace: _3LProServices.AccountingAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool setAccountDimension06(
AccountingCodeOptions options,
AccountDimension06 accountDimension06,
out AccountingCodeReciept reciept,
out List<string> messages
)
Public Function setAccountDimension06 (
options As AccountingCodeOptions,
accountDimension06 As AccountDimension06,
<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 aktivitet - accountDimension06
- Type: _3LProServices.AccountingAccountDimension06
Underlag för att skapa/uppdatera aktivitet - reciept
- Type: _3LProServices.AccountingAccountingCodeReciept
Om metoden returnerar true, innehåller reciept information om skapad/uppdaterad aktivitet. - 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 aktivitet.
Implements
IAccountingCodeServicesetAccountDimension06(AccountingCodeOptions, AccountDimension06, AccountingCodeReciept, ListString)
See Also