Posts

Showing posts with the label undelete

Salesforce Fact #836 | UNDELETE_FAILED

Image
Similar to ENTITY_IS_DELETED error, if we attempt to undelete a record from recycle bin by mistake which has already been hard deleted, the following error is encountered: UNDELETE_FAILED. Attached is one sample screenshot.

Salesforce Fact #662 | Undelete multiple records using screen flow datatable

Image
We can make use of the datatable type in screenflow to undelete multiple selected records. Suppose, we want to show the records deleted by the user today and provide a way to undelete multiple records. We can create an apex class with an invocable method while performs the undeleted on the selected record Ids. Attached are the screenshots.