function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JaanuJaanu 

How to get the report from two objects which are not related ?

Hi ... I have a requirement to get a report from 2 objects. When I looked at the schema diagram for these 2 objects, they are not related. One of the object is Account and other one is custom object. But report requires, details from custom object and related account details (like name, id etc). how can I acheive this please ?
Jolly_BirdiJolly_Birdi
Hello mate,

Create a custom Record type, It would help you to create a new relation between both of the objects. It would be only possible if there would be any relationship field in between them.

Please like and mark this as best answer, if you find it Positive.

Thanks,
Jolly Birdi
JaanuJaanu
just an update .. I have Id of the account in the custom object (I can get this).. But both the custom object and account object are not related. How can I get the report which will have fields from both the objects (account and custom object) ?