Skip to main content
Question

Message Box command in IFS Cloud

  • November 26, 2025
  • 2 replies
  • 7 views

Forum|alt.badge.img+6

Hello.
I’ve been investigating the possibility of utilizing an alert type Message Box after a supervisor has authorized a Travel Request to remind them of the need to also Select the travel request so the subordinate can proceed with creating an expense sheet.

 

I’ve tried searching the community as well as asking Copilot for details and I’ve read that it might be possible to apply a Message Box to a Command via the Page Designer? Is this an option in Cloud, or is the only option to utilize these via Workflows as I’ve seen some users in the Community suggest.

 

If this is possible, what options do we have and what would be the best way to go about doing this?

 

Thank you in advance.

 

2 replies

Forum|alt.badge.img+12
  • Hero (Customer)
  • November 26, 2025

Fairly easy to do as a customization through Studio Developer, but not sure you can do that in configuration layer only.

Through Studio Developper you’d just Override/Overtake the command the supervisors use to Authorize a travel request and inject an Alert message in there at the end.

Through Page Designer only, I don’t think you can really modify command behavior (i.e. what happens in its Execute block) although I could be wrong.


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Customer)
  • November 27, 2025

Fairly easy to do as a customization through Studio Developer, but not sure you can do that in configuration layer only.

Through Studio Developper you’d just Override/Overtake the command the supervisors use to Authorize a travel request and inject an Alert message in there at the end.

Through Page Designer only, I don’t think you can really modify command behavior (i.e. what happens in its Execute block) although I could be wrong.

Thank you for the suggestion. I’ll need to ask if its possible for us to acquire database access to be able to utilize Developer Studio, though if not I believe familiarizing myself with Workflows is the only remaining option for this.