Pop up based on a field value

HI All,

I have made various BPMs in the past but looking for some help on this one.

How can i make the condition so it looks at a fields value.

I need to make a pop-up that alerts the user the Currency Code on a Quote is not a certain value

Did you mean when Customer Currency Code and Quote Currency does not match then alert?

Hi,

Nope i just want it to read the quote currency code and if its not in GBP then to show a message

You can do this at method directive → Quote → Update → Pre-Processing. Use condition widget as QuoteHed.CurrencyCode is not equal to GBP, show a message!

Apologies if im being thick :rofl: but whihc would i do this one

image
This will sit on User’s nose till they match currency code to GBP :rofl:

Under field use: CurrencyCode
then set not equal to
and under expression “GBP”

What’s the exact issue here? If you want users to use a specific currency code on a quote, then it’s probably best to just pre-pop it via BPM on one of the Change or GetNew methods, or override on the Update. If you want to soft warn them, then maybe an alert on Update.

All done guys thankyou your help

1 Like

It was more of a heads up to the user, you know how end users are :face_with_peeking_eye:

1 Like