Part Update notifications

Hello, I created a simple bpm, post processing method directive, that sends an email if a part is updated. I added field queries that display the Part number, description and ClassID. Is there any way to also display the field that was actually updated? To clarify, I would like to dynamically add the changed field to the email notification, so the people receiving the notification know what field was updated.

If that’s not possible, is there a better way to set up these notifications?

Many times, there will be three or four notifications for the same part number, but unless one of the fields I added to the notification is changed, all of the notifications look the same.

I do these kinds of notifications with BAMs. I have a ton of them. The sample attached is on part change. The updated table Part has an “OLD” version OLDPart so you can see all of the previous values. You can access any table and do conditional updates on them.

Let me know if you have questions.

Greg

EmailPartChange sample.p (7.3 KB)