First off, sorry if I'm asking this in the wrong place. I'm very new to programming and python, but this module is great!
One of the reports I'm trying to automate, though, is pulling a 30,000 record report from Salesforce with only one column. I've gotten that column into a list, but it only has 2,000 records which i assume has something to do with the "Report Limits" mentioned in this link - https://help.salesforce.com/articleView?id=rd_reports_limits.htm&type=0.
Is there a way for it to pull all of the records that would be in the report if i actually exported it to Excel?
Thanks!
First off, sorry if I'm asking this in the wrong place. I'm very new to programming and python, but this module is great!
One of the reports I'm trying to automate, though, is pulling a 30,000 record report from Salesforce with only one column. I've gotten that column into a list, but it only has 2,000 records which i assume has something to do with the "Report Limits" mentioned in this link - https://help.salesforce.com/articleView?id=rd_reports_limits.htm&type=0.
Is there a way for it to pull all of the records that would be in the report if i actually exported it to Excel?
Thanks!