Click or drag to resize

IApiServiceStatusy_PobierzStatusyDlaTabeli Method

ILUO Sp. z o.o.
Pobiera statusy, które można przypisać obiektom danej tabeli

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
StatusTabeli[] Statusy_PobierzStatusyDlaTabeli(
	string sessionId,
	long idtabeli
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idtabeli
Type: SystemInt64
Identyfikator tabeli

Return Value

Type: StatusTabeli
Tablica z właściwościami statusów przypisanych do danej tabeli
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also