Please share any other relevant files that may be required (for example, logs).
I need to pull a report of all the Workflow Request located under Objects>Request. I do not find anything under Advanced Analytics, but I could be missing something. Is there already a report or could I be missing something in Advanced Analytics? please see the screenshot for further information. it for users who will be sunset in the future.
You an use QueryOptions and context.search in order to generate the custom report you need.
Remembering that the report is a type of Task that runs certain querys.
That would be the best way to achieve what you want
Never done that before. Are there any reports already made that do pull from what’s in the debug page that I can use to assist for the objects.request page?
if there is anyone who can write an OOTB report for what’s under the request object bowser, please let me know or point me in the right direction of how to get started. I am not good at coding at that level yet.
You can use a query filter on the Request object to retrieve the necessary details. I have implemented the logic to extract these details from the request object and send them via email as a CSV file. Feel free to modify it according to your needs.
Before that change the TemplateName, toAddresses([email protected]) and csv file name(test.csv).
import the attached rule and check. Request_details.java (1.6 KB)
I imported and tried to run the rule but received a blank page for the rule results. I have attached the rule that I edited. Please let me know what needs to be corrected.