Hello,
How can I remove the 'X' close button of the dialog.
When creating a record action, the dialog doesn't has a 'X' close button.
The dialog made by record action has 'X' close button by default. Is there a way that I can remove this?
When I close the screen, I want to make sure that a specific function is executed in the process. for thatIt seems to be necessary to close the screen only through the close or cancel button, not the 'x' button.
Thank you.
Discussion posts and replies are publicly visible
I'm fuzzy on how it works, but in my experience the "X" close icon only appears under certain conditions. I think it will show up when the first form of a related action is a Start Form, but will not show up under some other circumstances (like the first form being a user input task instead, and perhaps also depending on whether that task is set up as a Quick Task or not).
As far as I can tell this behavior is not really explained (or even addressed at all) in the Appian documentation, though if I'm wrong I hope someone will link me to the relevant article. I just checked the general Record Actions doc page to confirm that I'm rembering correctly - there's no mention of the dialog close button there.
This worked for me, thank you!
JorgeZ said:This worked for me, thank you!
Just for my (and others') future clarity on this issue, can you describe what exactly you found / what worked for you?
Pretty sure it's changing it from a start form to a user input task.
The "x" only appears on the Start Form if my memory serves me right.
Only thing to be careful is that once you get to a User Input Task, the process won't terminate by itself so you need to put some form of exception to make sure it eventually terminates.