Enable/Disable Add action of child-table from Parent-table View

gioKelly
Participant V

Hi team,

I have been trying to disable the Add option of a child table from the Parent’s view based on a condition if the record is being seen by the same user that created the Parent record…
3X_e_b_ebcd51c3520cbfafe8abde192162ee63634997b3.png

My tables are

  • Incident

    • incident_id
    • description
    • created_by
  • Incident_images

    • incident_id
    • image_id
    • image

Formula: [incident_id].[created_by]=USEREMAIL()

I have tried a lot of things but not success.

0 4 838
4 REPLIES 4

Steve
Participant V

See my response here:

Hi @Steve

thanks for that! it seems to be the best approach, I will test later and let you know!

This is another (different) approach, but to get the same effect.

Just present add child row actoin button on the ground that your preference conditions does meet, otherwise hide action button.

hey nice tip! thanks @tsuji_koichi

Top Labels in this Space