You need to sign in to do that
Don't have an account?

Sharing objects, triggers, and avoiding @future methods
I need to find out how a sharing group can be empty?
I am trying to implement an algorithm like this:
I want to share an object O using a sharing group G
Before inserting the object O create an empty group G
After inserting the object add the "people" that O will be shared with to G, possibly rename G and "attach" G to O so this object will be shared through G.
Is this possible? If so I might be able to avoid the use of @future methods and Salesforce is so problematic with them.
thanks
I am trying to implement an algorithm like this:
I want to share an object O using a sharing group G
Before inserting the object O create an empty group G
After inserting the object add the "people" that O will be shared with to G, possibly rename G and "attach" G to O so this object will be shared through G.
Is this possible? If so I might be able to avoid the use of @future methods and Salesforce is so problematic with them.
thanks
First and foremost sincerely regret the inconvenience for the delayed reply.
Groups are a Setup object, so they will necessarily need to be separated by, transaction. In order to perform this transaction's, you need to use Batchable, Schedulable, Queuable, or Future methods.
If still it's not clear I kindly request you to please elaborate what exactly you are looking for so that it helps in resulting of easy troubleshooting of the problem.
Hope this helps.
Mark, it as solved if it's resolved.
Best Regards,
Nagendra.P