Domain separated query to fetch records from parent when child domain doesn't have the record?
I have requirement for an API to query records by domain. If a record isn't overriden in child domain then it should get it form the parent. For example -> TOP/ACME/ACME Child is the hierarchy. the API will receive the domain_id of "ACME Child". If...
