You need to sign in to do that
Don't have an account?

Custom field data changes restricted to api only
Is there anyway to restrict read-only on a custom field (eg. number/checkbox type) when using through browser but allow changes to be made for that field through API itself?
Thanks!
Thanks!
This way you can use Salesforces built in field level security to determine if the field can be changed or not.
So, just for clarification, does that mean if I create a custom field for read-only access and the value will be populated by using formula such as CHECKBOX( another custom field that has read/write access but not visible thru UI )? I would then update value thru the one that has read/write with api call.