I'm trying to select the ProdBOMs that matches with ProdId and a certain operation number within a batch job. What i expected was the same result as if the BOM button was clicked when a row was selected in ProdTableListPage form. But i get more rows than i expected (Eg: I get 2 rows with BOM button but 40 or more with my manual selection). Which criteria should i add to the selection to get the same result with the BOM button?
Too many ProdBOMs are selected due to a missing criteria
I have been making the selection via ProdTable.BOMId == ProdBOM.BOMId. The issue was resolved when i added ProdBOM.ProdId == ProdTable.ProdId
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.