Solved

How use Info messagebox on events?

  • 9 October 2020
  • 5 replies
  • 1736 views

Userlevel 5
Badge +14
  • Hero (Customer)
  • 275 replies
Event
​​

 

Hi, I am trying to add an info message box for the Customer Order page. But, something prevents the info message box. Error_Sys.Generate_Record is working but Client_Sys.Add_Info does not work. The action will start when an order new state is equal Released. Does anyone know the problem? 

 

 

 

icon

Best answer by baris.halici 19 November 2021, 07:14

View original

5 replies

Userlevel 5
Badge +14

Client_Sys.Add_Info is working but it does not work while Releasing order.

Userlevel 7
Badge +24

Client_Sys.Add_Info is not generally supported.  It happens to work in a few places in IFS.  But if it doesn’t work where you are working, there’s nothing you can do.  It is not a supported feature.

Userlevel 5
Badge +14

Client_Sys.Add_Info is not generally supported.  It happens to work in a few places in IFS.  But if it doesn’t work where you are working, there’s nothing you can do.  It is not a supported feature.

Is there another way to do that? Raising an error is not a solution to this problem.

Userlevel 7
Badge +30

Hi @hhy38,
For additional information please refer to Client Information and Coding Mechanisms in IFS Technical documentation. Hope that will help.

Best Regards,

Yasas

Userlevel 5
Badge +11

Hi @hhy38,

 

You can use add_info in custom events. But, you have to use the trigger in before mode.

 

Some similar information is also mentioned here.

Information Message (Client_SYS.Add_Info) - This only works in custom events where the event action is triggered against the standard new, modify or remove process … it is the info_ out variable that needs to be handled by the client which makes this possible.

 

Warning Message (Client_SYS.Add_Warning) - This is currently not supported by the framework.

 

Cheers!

Reply