Click or drag to resize
IAccountingCodeServicesetAccountDimension10 Method

[This is preliminary documentation and is subject to change.]

Skapar ett ny egen redovisningskod 3 (eller egendefinierat namn) eller uppdaterar en befintlig egen redovisningskod 3 (eller egendefinierat namn)

Namespace: _3LProServices.Accounting
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool setAccountDimension10(
	AccountingCodeOptions options,
	AccountDimension10 accountDimension10,
	out AccountingCodeReciept reciept,
	out List<string> messages
)

Parameters

options
Type: _3LProServices.AccountingAccountingCodeOptions
Grundinställningar för att skapa/uppdatera egen redovisningskod 3
accountDimension10
Type: _3LProServices.AccountingAccountDimension10
Underlag för att skapa/uppdatera egen redovisningskod 3
reciept
Type: _3LProServices.AccountingAccountingCodeReciept
Om metoden returnerar true, innehåller reciept information om skapad/uppdaterad egen redovisningskod 3.
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 skapa/uppdatera egen redovisningskod 3.
See Also