channelmaster
Technical User
HI! Can someone help me with my problem? How can I tableupdate() and tablerevert() multiple related tables?
ex:
table1 has a field "customer_id" and table2 has a fields "customer_id" and "record_id" and table2.customer_id is related with table1.customer_id, table3 has field "record_id" and is related to table2.record_id. my problem is on how to tableupdate() the three tables when I issue tableupdate() on table1, and likewise on tablerevert(). Tableupdating has no problem, but when i issue tablerevert() table2 and table3 does not tablerevert(). I hope my problem is clear to you. Thanks in advance.
ex:
table1 has a field "customer_id" and table2 has a fields "customer_id" and "record_id" and table2.customer_id is related with table1.customer_id, table3 has field "record_id" and is related to table2.record_id. my problem is on how to tableupdate() the three tables when I issue tableupdate() on table1, and likewise on tablerevert(). Tableupdating has no problem, but when i issue tablerevert() table2 and table3 does not tablerevert(). I hope my problem is clear to you. Thanks in advance.