Show Processes: Difference between revisions
Jump to navigation
Jump to search
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:..." |
m 1 revision imported |
(No difference)
|
Latest revision as of 21:44, 25 May 2020
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