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
MandyKoolMandyKool 

Reports

Hi All,

 

We have to generate report using 4 objects.

 

Following are these objects.

1. Order

2. Product Line Item

2. Account

3. Specialization

 

The relationship is as follows:

--> means lookup.

 

Order --> Account

Product Line Item --> Order  and Product (Product Line child of Order (Master-Detail Relationship))

Specialization --> Account

 

We have to display the  Product Usage by Partner Type (field on Account) and Specialization.

If I select "Account" as my Primary Object for Report Creation; I am unable to get Order and Product Fields.

If I select "Specialization" as my Primary Object for Report Creation; I am unable to get "Order" and "Product Line" information on custom report type.

 

Does anybody have any workaround for this.

 

Any help is much appreciated!!