In my project, I added a customized field to the Purchase Header table to make it a mandatory field in the Purchase Quote Card. For example, this field is called "Customized Field" and I also added the same field in the Item table. My issue is that when I want to select an Item in the Purchase Card, I want the field to be filtred with the value from "Customized Field" in the header. I cannot use SubPageLink because "Customized Field" is not a primary key in these tables. I tried adding the same field to the Purchase Line table and specifying it as a FlowField. I attempted to use CalcField, but it didn’t work.
Do you have any suggestions for a solution to this problem?
Thank you in advance.