Hi,
I have link to record related action, however the view of the related action comes up with the record Header on top with Record Title, Summary, and other tabs.
I am looking for a way to hide the Record Header in related action view. Any help in this regard is highly appreciated.
Thanks!
Discussion posts and replies are publicly visible
The reason is, that Appian follows a specific paradigm for implementing such things. And while you can customize a lot, in my experience doing so does not make development and usage any better or easier.
I try to understand what the Appian product had in mind and follow these lines. With great success in the last 14 years.
One last question: Did you configure the dialog size to its maximum?
Yes I tried maximum dialog box size but that is not acceptable to the end user.
I am thinking to make use of a!startprocesslink() for this use case. In that scenario, user clicks to open Update form, after that if they simply click away from the screen, how do we cancel the task in the process model? I am aware that we can use time-based exception in the task, but do you have any suggestions regarding how to immediately end that task if user click away from the screen?
Did you try to use the process start form feature?
I really recommend to use the Appian features. Trying to work around it will just increase the cost of development and result in inconsistent UX across applications.
We cannot react on the event a user closing a window or navigating away. The only option is this: https://appian.rocks/2022/06/23/task-exceptions-quick-tasks/