Button in table to create rows in another table

Hi all!

I’m trying to create a button in Table 1 that:

  • adds a row in Table 2;
  • fills in one of the fields of that new row with data from a field of the 1st table.
  • open the new Table 2 created row in Fullscreen mode.

The row is added with the information from Table 1, but I get an error and it doesn’t open the row.



Thanks!

Hi @Filipa_Didier !

You’re almost there ! I would rather use the function Activate() to make the created row to pop up, like this :


Is that ok for you ?

EDIT : WOW Sorry, didnt see the fullscreen mode required… let me write that

Quentin

Here you go @Filipa_Didier OpenRow(viewMode:"Fullscreen") rather than Activate()

Sorry for the fast reading

CPT2211081553-1747x1152

Hi Quentin! I can’t see your image with the corrected formula.

Sorry there is no image

The syntax is just AddRow(…).OpenRow(viewMode:“Fullscreen”)

( on my phone now)

1 Like

Thank you so much, it works perfectly!!

1 Like

Perfect then, happy to have helped :slight_smile: ! Please let us know if you have any additional requirements !

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.