Click or drag to resize
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.Accounting
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool setAccountDimension07(
	AccountingCodeOptions options,
	AccountDimension07 accountDimension07,
	out AccountingCodeReciept reciept,
	out List<string> messages
)

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: Boolean
True - 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