BPM - What Approach to take

I’ve modified an SSRS report for RCVLabel to include Shelf life (part maintenance) and an Exp Date (calculated field on SSRS report). Thank you to those who helped on a previous thread with that!

My challenge now is to create a BPM that will Auto-Print the report but ONLY if the Shelf Life field on the Part exists or possibly if the calculation returns a date on the report?.

My BPM experience/Knowledge is limited. I’ve managed to create a BPM that will auto-print the label when the Received checkbox is true, but what I really need to do is print it only when there is an expiration date. The expiration date is a calculated field on the SSRS report. I’ve done a bit of searching thru various BPM threads and am not finding what I’m looking for.

What BPM process should be used? I’m guessing there is a way to bring in the Part Table info and then condition on it, but how?

Add the below to your received has changed from false to true condition. Your condition will be on your field. We use a material analysis of SL on part.

If you don’t have it get the ICE tools guide for your version.

Greg

image

image

Than you! Simple once I understood it! Appreciate the help