Be.Smart ERP Picker
(ES) ERP Picker
(ES) ERP Picker
  • â„šī¸What is ERP Picker?
  • âš™ī¸System Requirements
  • Installation & Activation Guide
  • 🆕What's New
    • Known Issues
  • Purpose
  • Use
    • Sheet thickness transfer to the search filter
    • Default filtering
  • Installation
  • Configuration
    • Configuration file location
    • Contents of the configuration file
      • section [Settings]
      • section [Mappings_xxxx]
      • section [MappingsC_xxxx]
  • Notes
  • Attachments
    • Inventor - features
    • Vault - SELECT
      • SELECT example for verification:
      • example script to create View in db storage:
      • final configuration of the ERP picker
  • Configuration examples - Connection String and Command
    • MS SQL
    • Excel
    • Access
    • Text, csv, ...
    • Vault Database
  • ERPPicker_RefManual en GB
Powered by GitBook
On this page
  1. Attachments
  2. Vault - SELECT

example script to create View in db storage:

CREATE VIEW [dbo].[CS_ItemMaster] AS

SELECT ItemNumber, ItemTitle, ItemDetail, units, CategoryName, IsConsumable, IsObsolete, CONVERT(NVARCHAR(10), (SELECT TOP (1) Value FROM dbo.Property AS P WHERE (EntityID=dbo.vw_ItemRevision.ItemIterationID) AND (PropertyDefID=166)) AS TpvZm

FROM dbo.vw_ItemRevision WHERE (ItemIterationID IN (SELECT MAX(ItemIterationID) AS E1 FROM dbo.vw_ItemIteration AS I1 GROUP BY itemMasterID))

PreviousSELECT example for verification:Nextfinal configuration of the ERP picker

Last updated 1 year ago