Show Processes

From SMTX Wiki
Revision as of 22:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(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