API GetSupplierProductCrossList

Z Podpora.nextis.cz
Verze z 29. 7. 2021, 12:11, kterou vytvořil Chrzaszcz (diskuse | příspěvky) (Založena nová stránka s textem „==== Description ==== Method gives You overview of existing supplier product cross list in system. ==== Exact name ==== <code>API_GetSupplierProductCrossL…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method gives You overview of existing supplier product cross list in system.

Exact name

API_GetSupplierProductCrossList

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
GroupID int API_GetProductGroups.ID
SupplierID int SupplierID API_GetCustomers.ID
SupplierItemName nvarchar(150) Supplier item name
SupplierProductCode nvarchar(40) Supplier product code
Prefix nvarchar(3) Prefix
ManufacturerSupplier nvarchar(50) Manufacturer supplier
CreatedDate datetime Created date

Example

SELECT TOP 1000 * FROM [API_GetSupplierProductCrossList]

Notices

None.