Is there a way to update two tables using Editor

Is there a way to update two tables using Editor

MundaringMundaring Posts: 34Questions: 12Answers: 1

I would like to use one model and one screen but, it would be possible to update two different tables using just one editor?

Thanks,
Wilson

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,903Questions: 1Answers: 10,148 Site admin
    Answer ✓

    Are the table's leftJoined? If so then yes it is possible using the provided PHP and .NET libraries. The key thing you need to do is include the joined table's primary key value in the Editor form (you would do so using a hidden field). That allows the libraries to make the link between the tables.

    Allan

This discussion has been closed.