You need to sign in to do that
Don't have an account?
In Apex, how to know number of fields updated in Update call
In Update trigger, Is there a way to know how many fields are updated? I have a scenario where a user should be able to update only one specific field on custom object.
There are more than 100 fields on custom object and I do not want to check old and new value for each and every field.
Thanks in advace for viewing this thread.
There are more than 100 fields on custom object and I do not want to check old and new value for each and every field.
Thanks in advace for viewing this thread.
though I see you dont want to take this route but if you want User should be able to update only one field then why dont you restrict other fields through FLS?