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
Felix Markman 5Felix Markman 5 

Possible to add Approval History information onto a Report?

I'm looking to add information from the Approval History related list on the Quote object onto a custom report. 
How can this be done? 
LoveLaceLoveLace
I suggest to creat an Is_Approved__c checkbock in your Quote object, and specifify a field update after record is approved, and set the Is_Approved__c to true. This way you will have all the approved record withe Checked Is_Approved__c field that you can display it into your report