API CreateUniversalPartsCategoryConnection: Porovnání verzí
Z Podpora.nextis.cz
(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 | ||
|- | |- | ||
− | |@ | + | |@GroupID |
|int | |int | ||
| | | | ||
− | |ID of | + | |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 | ||
|} | |} | ||
Verze z 31. 7. 2017, 14: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.