Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I have created a custom report recipe to get all the related items (multiple levels) which is ran on a document.
I wanted to restrict the report from running if the document selected contains more than 10k contents.
I am using Query[walkdocordered] in the report recipe. Is there a way to limit the count of contents on which the report can be ran?