Package com.veeva.vault.sdk.api.workflow
Interface WorkflowRemoveItemsResponse
- All Superinterfaces:
WorkflowActionResponse
Contains methods to retrieve information specific to the remove items workflow action.
-
Method Summary
Modifier and TypeMethodDescriptionList of items successfully removed in the remove item action.Methods inherited from interface com.veeva.vault.sdk.api.workflow.WorkflowActionResponse
getWorkflowId
-
Method Details
-
getRemovedItems
List of items successfully removed in the remove item action.- Returns:
- a list of strings formatted as {documentId} and {objectName}.{recordId} e.g. 57,21,object__c.1001,object__c.1002
-