API GetUniversalPartsCategoryConnection: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „d“)
 
 
Řádka 1: Řádka 1:
d
+
====Description====
 +
Method gives You overview of existing universal parts category connection in system.
 +
====Exact name====
 +
<code>API_GetUniversalPartsCategoryConnection</code>
 +
====Type====
 +
Standard view.
 +
====Specification====
 +
{| class="wikitable"
 +
!Column
 +
!Data type
 +
!Description
 +
!Relation
 +
|-
 +
|ID
 +
|int
 +
|Internal system id
 +
|
 +
|-
 +
|GroupID
 +
|int
 +
|ID of product group from product group list (see relation)
 +
|API_GetProductGroups.ID
 +
|-
 +
|FolderID
 +
|int
 +
|ID of universal parts categorie from universal parts categorie list (see relation)
 +
|API_GetUniversalPartsCategories.ID
 +
|}
 +
====Example====
 +
<syntaxhighlight lang="sql">
 +
SELECT TOP 1000 * FROM [API_GetUniversalPartsCategoryConnection]
 +
</syntaxhighlight>
 +
====Notices====
 +
<span> </span>None.

Aktuální verze z 26. 7. 2017, 10:03

Description

Method gives You overview of existing universal parts category connection in system.

Exact name

API_GetUniversalPartsCategoryConnection

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
GroupID int ID of product group from product group list (see relation) API_GetProductGroups.ID
FolderID int ID of universal parts categorie from universal parts categorie list (see relation) API_GetUniversalPartsCategories.ID

Example

SELECT TOP 1000 * FROM [API_GetUniversalPartsCategoryConnection]

Notices

None.