Related Action In Record Type

Certified Senior Developer

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?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Mathieu Drouin

    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().

Children