Hello Team, I have a created custom object called 'Address__c' which includes an address as a compound field. I have also added the address as a related list in the Contact object and included compound field names such as 'city', 'state', 'pincode', and so on.
However, I have noticed that when retrieving the layout of the Contact object, the compound field names are not included in the Contact layout XML file.
I kindly request your assistance in addressing this issue and providing guidance on how to ensure that the compound field names are properly reflected in the Contact layout XML file.Please check screenshot
I also encounter the same issue, I don't know if anyone managed to fix it. I tried to retrieve (using sf cli, sfdx cli, metadata api) and is not giving me back the compound address fields.
However, when I try to update manually in the xml file, it is telling me Invalid field:Address__City__s
Does anyone have any idea how we can manage compound address fields in the related list xmls?