DannyIm
8 years agoQrew Member
Deleted record but related records still have a reference to it
Hi,
I have two tables "A" and "B" where "A" has a field that is a numeric reference to "B".
I have an "A" record, "a", that contains a reference to a "B" record, "b", but when I delete "b", "a" still contains the id of "b" in the reference field when I do a query on "a" (e.g. via API_GetRecordInfo). However, "a" appears correct via the web interface and doesn't display a reference to "b" at all.
I was wondering if this is expected behavior? I also noticed that "a" didn't get an updated update_id after I deleted "b". Is there any way for changes like this to automatically propagate to related records?
Thanks!
I have two tables "A" and "B" where "A" has a field that is a numeric reference to "B".
I have an "A" record, "a", that contains a reference to a "B" record, "b", but when I delete "b", "a" still contains the id of "b" in the reference field when I do a query on "a" (e.g. via API_GetRecordInfo). However, "a" appears correct via the web interface and doesn't display a reference to "b" at all.
I was wondering if this is expected behavior? I also noticed that "a" didn't get an updated update_id after I deleted "b". Is there any way for changes like this to automatically propagate to related records?
Thanks!