Hi,
I want to add a custom field to the Purchase Requisition Lines view, which is based on two criteria to make the search unique.
I've made a Read Only Custom Field with one of the key variables, but make it work for each line I need to add a second variable to my select statement. Problem is: I get an error when I want to finish creating the Custom Field.
This is the field I want to add to Purchase Requisition Lines:
This is what I got so far.
Select Statement:
SELECT Operation_Description FROM Shop_Order_Operation WHERE Order_No = :Demand_Order_No AND Outside_Op_Item = :Part_No
This is the Error that appears after clicking on ‘Finish’:
And these are the results when I only use the Shop Order number as criteria:
Does someone know what I am missing here?