API CreateUniversalPartsCategoryConnection: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „==== Description ==== Method allows You to create new universal parts category connection in system. ==== Exact name ==== <code>API_CreateUniversalPartsCa…“)
 
Řádka 16: Řádka 16:
 
!Relation
 
!Relation
 
|-
 
|-
|@WorkshopID
+
|@GroupID
 
|int
 
|int
 
|
 
|
|ID of workshop from workshop list (see relation)
+
|ID of group from product groups list (see relation)
|API_GetWorkshops.ID
+
|API_GetProductGroups.ID
 +
|-
 +
|@FolderID
 +
|int
 +
|
 +
|ID of folder from universal parts categories list (see relation)
 +
|API_GetUniversalPartsCategories.ID
 
|}
 
|}
  

Verze z 31. 7. 2017, 15:11

Description

Method allows You to create new universal parts category connection in system.

Exact name

API_CreateUniversalPartsCategoryConnection

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@GroupID int ID of group from product groups list (see relation) API_GetProductGroups.ID
@FolderID int ID of folder from universal parts categories list (see relation) API_GetUniversalPartsCategories.ID

Example

EXEC [API_CreateUniversalPartsCategoryConnection] @GroupID= 1 ,@FolderID= 1

Notices

None.