Create Record Producer to remove Delegate
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 05:35 AM
I need to create a Record Producer that will delete a delegate record from a User record.
This is the script I have so far. When I select a delegate to remove & I submit the request the delegate is actually added to the user record, not deleted.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:23 AM
Why not create the record and have a flow behind it so you have some more control about it, including who triggered it and when through the flow executions.
It will be easier to do validation on if the delegate record even exists or not.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark