Skip to main content
Skip table of contents

getAllRequestItems

This method gets all the items on a given request.

Returns: A list of all DocuFetchRequestItemInfo objects.

List<DocuFetchRequestItemInfo> getAllRequestItems ()

JAVA
//Get All Request Items without filtering
List<cg.DocuFetchRequestItemInfo> allItemsList = cg.DocuFetchTools.getAllRequestItems();
System.debug('All request items: ' + allItemsList);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.