- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 11:57 AM
Hey community,
I have a requirement where I need to bulk update assets with different values. Kindly assist me with the script.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 12:03 PM
Hi @SnowUserDev ,
I would recommend transform map or Data Management (update All) feature. Script can or cannot be difficult based upon the number of records fields it needs to update differently.
For eg out of 1k u have few records which needs to be updated with status disposed & serial number something & other records with different field updates.
Script will become tricky over here.
Transform map will be the best option to go with.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 11:58 AM
The records are around 1k which needs to be bulk updated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 12:03 PM
Hi @SnowUserDev ,
I would recommend transform map or Data Management (update All) feature. Script can or cannot be difficult based upon the number of records fields it needs to update differently.
For eg out of 1k u have few records which needs to be updated with status disposed & serial number something & other records with different field updates.
Script will become tricky over here.
Transform map will be the best option to go with.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 12:07 PM
I agree the records have different fields which require updates. Ok then let me go with transform map.