Skip to main content
Solved

Information Message Aurena on Event Action

  • March 15, 2023
  • 1 reply
  • 887 views

Forum|alt.badge.img+6

Hello, 

 

So we have just started making the switch over to Aurena so bare with me as this might be a simple question. 

 

Generally in IEE to create an information pop up all you need to do is use the --
lora1app.Client_SYS.Add_Warning method. However, I have realized that this does not work in Aurena.

 

I read through the IFS documentation but I found it rather confusing. I am just asking if someone has an example of them creating a warning or info message on an event in Aurena so I can get some idea of how these are created, I would greatly appreciate it. 

Best answer by Technical Outlaws

As far as I am concerned a warning message which is typically a Yes/No or OK/Cancel message cannot be achieved by calling Client_SYS.Add_Warning via any configuration, whether that is in EE or Aurena.  The client framework simply does not process this message.  If anyone ever got this to work with configuration, I am all ears.

 

To invoke an information message, which is just an OK message, the method to use is Client_SYS.Add_Info.  This method still works in EE or Aurena but you have to be careful where and how this method is invoked in the configuration because the result is not always guaranteed i.e. for PLSQL custom events as part of the standard insert and update flow this still works.

 

Below is a custom event example invoking Client_SYS.Add_Info method.

Custom Event

Custom Event Action

Outcome

 

View original
Did this topic help you find an answer to your question?

1 reply

Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

As far as I am concerned a warning message which is typically a Yes/No or OK/Cancel message cannot be achieved by calling Client_SYS.Add_Warning via any configuration, whether that is in EE or Aurena.  The client framework simply does not process this message.  If anyone ever got this to work with configuration, I am all ears.

 

To invoke an information message, which is just an OK message, the method to use is Client_SYS.Add_Info.  This method still works in EE or Aurena but you have to be careful where and how this method is invoked in the configuration because the result is not always guaranteed i.e. for PLSQL custom events as part of the standard insert and update flow this still works.

 

Below is a custom event example invoking Client_SYS.Add_Info method.

Custom Event

Custom Event Action

Outcome

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings