I set the inventoryid to required on the inventory screen. I want to still get the error message of “inventoryid cannot be found” if someone does fill in the incorrect inventory id.
So basically if the inventory id is blank I should get this error: “inventory id is required.
If inventory id is entered but does not exist in the system: “Iventoryid does not exist”
Before making the inventoryid required, the “Iventoryid does not exist” error came through when trying to save. Now it is overiiden by the “inventoryid cannot be found”. I don't want this to happen
PS I used PXDefault attribute to make the field required