We want to update the custom field for over 500 records in the contacts module.
Could we use the Import Contacts option to do this? Or is there another way to do it easily?
We want to update the custom field for over 500 records in the contacts module.
Could we use the Import Contacts option to do this? Or is there another way to do it easily?
Multiple ways ..
A mass update could become challenging with workflows (timeouts etc.)
Import: Try to only import the columns that you really need (e.g. ID, name*, your_custom_field_c)
One more method I often use if the value is based on another value in SuiteCRM I use workflow to do mass updates.
Thank you; it is about updating only one field for records.