How restrict customization for capturing into update set?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 02:58 AM
Hi all,
I need to stop 'business rules' capturing into update set, is there way to block this ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 03:05 AM
Why? That will prevent you moving it to another instance, making your process not run as you want them to.
There is no OOB way to do this, since they are captured in update sets by default. The only way around could be a business rule or flow to move them from an update set that is not 'default' to the 'default' update set of the scope you are in, but I can't think of any use case where you want to limit logic to be captured in update sets.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark