When creating a custom field is their an easy way to set the value for that field on every record? Or do I need to script something? I'm creating a custom field for Employees and I would like to set the value of the field to 0 for every employee
k
Kumar
04/21/2020, 10:05 AM
you can try with script parameters
k
KevinJ of Kansas
04/21/2020, 1:12 PM
Why not just run a mass update?
u
クリスピポテト
04/21/2020, 1:44 PM
Mass update should solve the problem unless it is a column field
c
Clint
04/21/2020, 1:45 PM
Would default value on the custom field not work?
d
DMS
04/21/2020, 1:53 PM
Yes, mass update done the job thanks. Didn't even know that existed. Setting the default value on the custom field only works for new records I think.
k
KevinJ of Kansas
04/21/2020, 2:34 PM
Default value doesn't update existing records, only sets on new