Show Processes

From SMTX Wiki
Revision as of 14:00, 27 June 2017 by Smtxwiki (talk | contribs) (Created page with "Normally, products start a ticket in the selected process under the Order Type. You can link a process also to a specific product. THis query helps in finding those products:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Normally, products start a ticket in the selected process under the Order Type. You can link a process also to a specific product. THis query helps in finding those products:

SELECT "InternRef", "VendorRef", "Process_Id" FROM "Product" WHERE "Process_Id" IS NOT NULL