function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
can we update the grandchild record in salesforce using apex?
Yep!! you can, unless you have the permission from the profile, Or else if you want to ignore the prior, then you can run your apex class in the system mode, this is done by declaring
public without sharing class noSharing {// your code!}
Hope this helps!
Thanks
Prady
Thank you sir
You can use relationship name to get the grand parent child records and easily update them.
Ankit Arora
Blog | Facebook | Blog Page
Yep!! you can, unless you have the permission from the profile, Or else if you want to ignore the prior, then you can run your apex class in the system mode, this is done by declaring
Hope this helps!
Thanks
Prady
Thank you sir
You can use relationship name to get the grand parent child records and easily update them.
Thanks
Ankit Arora
Blog | Facebook | Blog Page