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