How to show Warning message using Event Px

Hi,

How to show custom warning message using event PX, Where user can avoid the warning move to next status. 

Thanks
Divakar

Add Comment
3 Answer(s)

Hi Divkar,

   several options depending on the business case you have. Would a notification of that error to the users inbox and/or email be a solution? You can use the sendnotification function for that. Or you write to a text field you enable for warning messages. Third option, you can try trigger javaPX from event, should allow a action result of type warning(see Agile Developer guide for code example).

Regards,
  Dennis

Agile Angel Answered on April 8, 2015.
Add Comment

Hi I think you are right,

As per my analysis, Events are not intended to interact with the UI but only to do some background tasks.  Therefore the custom messages will only appear in the history tab of the object and the event monitor.

Agile Talent Answered on April 9, 2015.
Add Comment

Hi Diwakar,

Probably this is a very late reply and you would have already found an answer to your question. But, anyways here is my suggestion.
You can not throw warning pop up on the screen using Event framework.
Apart from the solut

Agile User Answered on May 18, 2015.

Hi All,
If warning pop on the screen could not be throw using event framework.
Then is it possible using event Java Px.

on August 17, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.