Skip to main content
saahilm4696
August 10, 2023
Solved

Related Action In Record Type

  • August 10, 2023
  • 6 replies
  • 0 views

Hi all,

In my record type I have a related action, this I am triggering from a UI grid column. The related action points to a PM that performs operations and has no UI associated, but as soon as I hit the related action I am getting a white dialogue box, as if there is a UI in the associate PM, and then closes automatically. Usually if there's a UI the dialogue box would make sense, but why is it coming in my case. It could create a kind of confusion if a UI is coming into picture. Is there any way to disable the dialogue box other than selecting its size?

Best answer by mathieud0001

Have the related action open in "SAME_TAB" instead of "DIALOG".

6 replies

dipaki0002
August 10, 2023

Have you configured the process start form in your process model? Can you share the screenshots of the dialog box?

August 10, 2023

Hello Saahil,

Can you please share the screenshot of the UI of the dialogue box which you are representing to?

saahilm4696
August 11, 2023

Hi Dipak and Harshitha,

Here is the SS of that dialogue box.

And Dipak, for your question there is no start form for this particular related action, just passing parameters through context.

mathieud0001
Brainy
August 10, 2023

Have the related action open in "SAME_TAB" instead of "DIALOG".

saahilm4696
August 11, 2023

Hi Mathieu,

Thanks for the suggestion, and this is working. But in my interface the a!recordActionField() holds multiple related actions in a grid column. All related actions are required to open in a dialogue box other than this specific related action. And I think the openActionIn parameter is a collective approach for all the actions defined in a!recordActionField().

mathieud0001
Brainy
August 11, 2023

Yes. This is tricky unfortunately. You would need to define 2 recordActionFields instead of one for this to work.

I would advise just staying with DIALOG for the moment and submitting an enhancement request with Appian support to allow setting the openIn on the recordActionItem rather than than the field.