update both join table

update both join table

deccadecca Posts: 7Questions: 2Answers: 0

Hi,

The php server side join table work fine for reading data. But once we want to update only the left table can be updated not the right one how to update both.
Same question when we add new row it will be created only on the left table of the join.
Thanks

Answers

  • allanallan Posts: 63,866Questions: 1Answers: 10,520 Site admin

    The key thing is to include the primary key column for the joined table. It should be a regular field in the Editor server-side code, and on the client-side it should be a hidden input type.

    Allan

This discussion has been closed.