Leaf relationship with empty dataset causes sync issues with intermediate relationship data
Inconsistent relationship trigger behavior (data change not propagating backwards)
I am only experiencing issues with the former, but I am including the full message here by @lehuuthien2 below:
i don't know if my problem is same as above, but i also have 3 tier relationship. You treat the middle tier (train_stations) like an pivot table, but it's a normal table and has subdata as the 3rd tier (train_station_floors) (3rd tier may or may not have data).
Problems:
If there is no data in the 3rd tier, the 2nd tier will not be indexed even though it has data
When the 3rd tier changes (insert, update,...) nothing happens, and I have to update the 2nd tier to sync the data
I am only experiencing issues with the former, but I am including the full message here by @lehuuthien2 below: