I've created a new UserEmailLog table with an EmailId field that I want to join to the Email table by ActivityId (EmailId).
However, I viewed the FetchXml that was auto-generated for the view, and it looks like CRM auto-joined Email.RegardingObjectId to UserEmailLog.UserEmailLogId.
However, I want to join Email.ActivityId to UserEmailLog.EmailId. Is there a way for me to update this configuration?