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