Yes we can create rollup summary on account with contact or opportunity simply as we create with other objects. We don't need to do any additional steps for that.
Can you help me with the answer of the question I got in one of my interviews. Org has 100 users all have one profile, one role. OWD=Private. We have a Object called xyz. Now the requirement is that 10 users out of the 100 should access all the records of Object xyz. Object permissions are CRED for all the users.
Thank you .. Really helpful and well explained
Awesome explanation. It is very helpful in interview point of view. please upoad the videos like these
Very well explained 👏👏. Looking forward for more videos
Very well explained..... thank you and keep posting more valuable content....
Thanks for your feedback.
Yes I am working on more videos, you will get them soon.
Thanks for this valuable one
Please add more videos in this series.. you video is very helpful
Hi Gaurav,
Thanks for feedback, yes I am working on more videos, You will get them soon.
nice explanation!!! Thank You
Thanks for your feedback !!
Looking for more scenarios bro. Apex, Flows and LWC
Yes, you will get more questions in future parts. Keep watching, Keep Sharing
Thank you for this
Thanks bro. Nice explanation
Thanks for the feedback!!!
Sir please keep doing more videos
Can u mention like this scenerio based on admin or development like asynchronous programing like this
Thanks for your feedback, Will start mentioning from future videos.
Super bro 👍👏
Thank you so much
Thanks for these useful content..Can we get similar interview questions answers set for integration
Thanks for your feedback!
Sure will work for integration videos as well.
Please find some of the questions.
Why do we use after update triggers instead of before update when we ere trying to update other objects
Sure Akshay,
Will cover questions related to this scenario in future parts.
How can we create a roll up summary field on account with contact ? Can you confirm? I think it's not possible by default.
Yes we can create rollup summary on account with contact or opportunity simply as we create with other objects. We don't need to do any additional steps for that.
@@forcefellow I think we can create roll up summary on account with opportunity but not with contact.
Can you please try and share the video on this?
Can you help me with the answer of the question I got in one of my interviews.
Org has 100 users all have one profile, one role. OWD=Private. We have a Object called xyz. Now the requirement is that 10 users out of the 100 should access all the records of Object xyz. Object permissions are CRED for all the users.
Create Permission Set and give "View All" access for object xyz. Assign the permission set to the 10 users. This should work.
we can run a batch class from execute method I have tried it
Yes, you can run but internally you will get error. Check batch logs in Setup=>Apex Jobs. There you will find actual error.
@@forcefellow thank you