You need to sign in to do that
Don't have an account?
If I've a class without sharing option and a subclass with sharing option what will happen? Does it works?
What will happen when I declare a class without sharing and subclass with sharing option? What is the most essential parts of coding do I need to study in terms to be good in apex coding?
Use the with sharing keywords when declaring a class to enforce the sharing rules that apply to the current user.
Use the without sharing keywords when declaring a class to ensure that the sharing rules for the current user are not enforced. For example, you may want to explicitly turn off sharing rule enforcement when a class acquires sharing rules when it is called from another class that is declared using with sharing.
Some things to note about sharing keywords:
Hope this helps you!
Best Regards,
Jyothsna
Can you please tell me whether apex workbook is enough to learn coding? As I'm new to this technology, I would like to know about the apex and VF, if I do both the workbook then Can I do basic coding in SFDC? Please guide me accordingly.
Thanks in advance.
Along with following the Apex Workbook, you can go through the trailhead modules on Apex and Visualforce Pages, which gives you deep understanding on the Salesforce concepts. Kindly follow the links below to reach out to trailhead.
https://developer.salesforce.com/trailhead/trails?utm_campaign=trailhead&utm_source=sfdc&utm_medium=dsc-nav
https://developer.salesforce.com/trailhead/trail/force_com_dev_beginner
Let us know if you need any help!
Best Regards,
Deepthi
How can I plan smartly to get in as a SFDC developer? Please guide as I'm new to it :)