We have been filtering PO Suggestions to only show suggestions that have a job or a requisition number, eliminating stock items. We now are modifying the way we handle stock parts and are going to min/max quantities for reordering, but the min/max will not be on every part.
In an effort to add something to the where clause filter on GetRowsPlant BPM, I added a field to put the max quantity in so the BPM would ignore 0 max quantities. I have tried several different ways of getting the max from the part plant record into the suggestion record but nothing has worked. I have tried both pre and post processing on the Generate BPM and the GetRowsPlant BPM. I really through the post processing on Generate would work.
Does anyone know which BPM I can use to set the UD field so I can add it to the where clause filter?