A
|
ayctech 3/19/2020 |
Greetings, I understand, that I can leverage Events function (such as Custom Record update or After record updated) in PHPRunner to do this but I cannot get it work. Here is the background, I have 2 tables: A and B. The primary key for table A is "owner", table B also has a "owner" field but it is not a primary key. When a record is changed in table A, I wan to update specific fields for a record in table B that has the same "owner" as table A. The same thing is true if a new record is added to table A, I want a new record to be added to table that has the same "owner. Any assistance on this would be greatly appreciated... Thank you in advance.
|
![]() |
Admin 3/23/2020 |
In regards to updating multiple tables check this: |