Skip to main content
John Angerami (Voray) 님이 #Data Management에 질문했습니다
I have a custom object called 'Event' with fields such as city and title.

 

I am trying to add a list to the record of Contact records filtered by the fields on the Event object to propose matching Contacts.

 

Currently, and preferably, the objects are unrelated
답변 1개
  1. 2018년 8월 29일 오후 1:16
    You have two problems.

     

    1. In native Salesforce reports you can not filter using fields in another record. For example Contact's state matches the state of the Event record.

     

    2. You cannot pull a report of two unrelated objects. The only exception to this is Joined Reports. However you can only group by fields that are the same between the two reports.
0/9000