In the video, I was showing when the Share Object will be available or not. So if the Object Have Any active Sharing Rule then Share Object will always be available no matter what OWD is.
@theTechBee4 жыл бұрын
Thanks, Amit! :-)
@sushmamaurya50832 жыл бұрын
Thanks Amit for great session. I have tested this scenario 11:14 and on public R/W share object will not be available. generally it will take few seconds to reflect as correct value(share object will be available or not). in owd public R/W share object will not be available.
@LearnersBliss3 жыл бұрын
With Spring 21, Manual Sharing is now available in lightning too.
@prahladbhadani2 жыл бұрын
awesome session ! Thank you sir
@prasadpj8577 Жыл бұрын
Can you tell me is share object for every object?
@massimotarquini11682 жыл бұрын
what would happen in case is a mass insert (let's say 300 records)? since you are using get(0). thanks Amit
@aditichavan91973 жыл бұрын
Hi Amit, I have a scenario for Account class where the particular record must be shared based on checkbox field = false to a role. If I follow the above flow, will that update all records wherever checkbox field = false. Do I need to use schedule batch apex to run for all records. Can you suggest a solution for this scenario. Thanks.
@sfdcpanther3 жыл бұрын
Hello if the records are already there in the system then you need to write a batch apex and for the new records you can use the above flow.
@aditichavan91973 жыл бұрын
@@sfdcpanther Any way to make it work like sharing rules
@sfdcpanther3 жыл бұрын
@@aditichavan9197 Yes you can create a sharing rule define the criteria and share with whom you wanted to share. It will recalculate the Sharing rule and provide the access.
@subasishnayakofficial2 жыл бұрын
Hi Amit, if the interviewer is not having CRED access for candidate object in profile level. Will he be able to access the records of candidate?
@sfdcpanther2 жыл бұрын
No in that case no access.
@ajitkr82334 жыл бұрын
Helpful!!
@jyotitripathi20882 жыл бұрын
Manual sharing is available in Lightning.
@sushildholani4294 жыл бұрын
How to deploy it in production? What is best practice to deploy flow with apex class?
@sfdcpanther4 жыл бұрын
It's the same process which we do use to deploy other components. We only need to assure that we have the code coverage for that apex class.
@LearnersBliss3 жыл бұрын
I was wondering can't we create a sharing record in flow itself?, do it has to be only through Apex Action?
@sfdcpanther3 жыл бұрын
Yes you can create but as this is apex managed sharing and the goal was to show how you can do that using Apex that's why an apex class.