The PoSuggestion gird requested that 5 columns be added, 2 for customer and 3 for part.
Perform a baq, and add a column to see how it filled but it sends it empty.
This is the configuration of the Svc and the BAQ
The PoSuggestion gird requested that 5 columns be added, 2 for customer and 3 for part.
Perform a baq, and add a column to see how it filled but it sends it empty.
This is the configuration of the Svc and the BAQ
@LizaAleman I would do this the same way as the link below using GetRowsPlant.
Part should work like that, but you have an inner join to JobProd and I think even buy direct material will be an outer join to JobMtl on jobNum, AsmSeq and MtlSeq.
If the material is not buy direct then it is doable, but more complex to match the suggestion to the job material(s)
I joined the JobProd tab because they want to see the customer information, I couldn’t find another way to bring me the customer information
do you have data in suggestions for all job material? If not that needs to be an outer join. You can also possibly have multiple JobProd records.
SugPoDetail has the JobNum field, with that I link SugPoDetail and JobProd