API GetSupplierProductCrossList: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(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…“)
 
(Žádný rozdíl)

Aktuální verze z 29. 7. 2021, 12:11

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.