- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello Experts,
Bulk update from List View -is not happening. Trying to INACTIVE all 1000 records.
There is no ACL on List_edit for sa_pattern table?
Issue- Its difficult to open each of the 1000 records and update.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey Nisha,
You can use the Data Management Update Job to handle this in bulk — no need to open each record individually.
Here's how:
- Navigate to Data Management Update Job and create a new record
- Set the Table to Discovery Patterns [sa_pattern]
- Set your Condition to filter the records you want to deactivate
- Under Fields & values, set Active = false
- Hit Preview first to confirm the record count looks right
- Click Execute Now under Related Links to run it
One thing to note — once executed, a rollback context is created automatically, so you're covered if anything looks off after the update.
Hope this helps! 😊
If this answered your question, please mark it as Helpful — it helps others in the community too! 👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey Nisha,
You can use the Data Management Update Job to handle this in bulk — no need to open each record individually.
Here's how:
- Navigate to Data Management Update Job and create a new record
- Set the Table to Discovery Patterns [sa_pattern]
- Set your Condition to filter the records you want to deactivate
- Under Fields & values, set Active = false
- Hit Preview first to confirm the record count looks right
- Click Execute Now under Related Links to run it
One thing to note — once executed, a rollback context is created automatically, so you're covered if anything looks off after the update.
Hope this helps! 😊
If this answered your question, please mark it as Helpful — it helps others in the community too! 👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thankyou @shubham007 this was helpful . This works