Skip to main content
Skip table of contents

getAllRequestItemTemplates

This method is used to get all Request Item Templates.

Returns: List of cg.DocuFetchRequestItemInfo.

List<cg.DocuFetchRequestItemInfo> getAllRequestItemTemplates ()

CODE
// Get All Request Item Templates
List<cg.DocuFetchRequestItemInfo> items = cg.DocuFetchTools.getAllRequestItemTemplates();
for(cg.DocuFetchRequestItemInfo item: items){
  system.debug(item);
}
JavaScript errors detected

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

If this problem persists, please contact our support.