Automatically sync the image/photo from sys_user to the live_profile recordIssue When users log in, the system will create a live_profile record for them based on the data from the corresponding sys_user record. However, it doesn't sync the photo from the sys_user record to the photo field of the live_profile record.ResolutionThis product limitation can be worked around with these steps: Set up a before insert business rule on the live_profile record like this: Check whether the corresponding sys_user record has a photoIf yes then do an insertion into the sys_attachment table with that photo Table sys ID = "live profile record sys_id"Table name = "ZZ_YYlive_profile" Related LinksAdministering attachments Tables installed with live feed