Using scripts to change setting fields
You can change Settings fields using server-side script
the same way you would change data records. Use {!#SETTINGS.id}
token for record's ID:
rbv_api.setFieldValue("$SETTINGS", {!#SETTINGS.id}, "ca_rate", 8.25);