Click or drag to resize

Features_StockGetStock_ReleaseNoteInfo Method

EXALOGIC
Vráti informáciu o konkrétnej výdajke.

Namespace: Exa.OBERON.Services.OBERON
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntax
public ExaException GetStock_ReleaseNoteInfo(
	string u_StockName,
	long u_IDNum,
	bool u_GetItems,
	ref ReleaseNote urf_StockReleaseNote
)

Parameters

u_StockName  String
 
u_IDNum  Int64
Jednoznačný identifikátor výdajky.
u_GetItems  Boolean
TRUE - bude vrátený aj zoznam položiek dokladu, FALSE - bude vrátená len hlavička (bez položiek).
urf_StockReleaseNote  ReleaseNote
 

Return Value

ExaException
Vráti triedu StockReleaseNote.
See Also