We want to create a message/alert that pops up for specific parts at receipt entry. The parts are differentiated by a custom UD field in part attribute. Can we do this through global alerts, or does this need to be a method directive?
I don’t know about using global alerts for that, but we have a post processing method directive set on Receipt OnChangeDtlReceived that sends an email based on a certain part number being received.
1 Like
We’re looking for a message as a reminder to the receiving team in the moment rather than an email.
An email is what we use, however, in the method directive you can choose to have it show a message rather than send an email.
2 Likes