Skip to main content

I have two objects that have a relationship. Object A is the parent and Object B is the child.

Is it possible to create an action button on Object B's page layout that will, when clicked, send you back to Object A page layout?

If an action is not the best method what should I use as best practice? Thanks in advance.

2 respuestas
  1. 14 jul 2023, 15:20

    Hi @Louie Flores Jr,

    There is a option to create simple screen flow with very simpe apex action which will open another record - in that case Object A which is related to Object B.

     

    But this is more work and the question is whether it is needed, perhaps it is enough to throw on the layout of Object B lookup field to Object A. That way, just click the link and the record will open. Just like in the picture:

    Hi , There is a option to create simple screen flow with very simpe apex action which will open another record - in that case Object A which is related to Object B.

0/9000