Hi.
I have 3 Sync Plugins running at Account.
1º Plugin: Pre-Validation that creates a Team and give it Security Roles.
2º Plugin: Pre-Creation that simply pass the id of that team to a shared variable and clean some field
3º Plugin: Post-Creation that assign the team to the created account.
At the the 3th plugin it is crashing, saying that the team do not have privileges of read account (the one I inserted on the first plugin). I printed all privileges of that team before the assign and they are there.
The question here is not why it's crashing but that when it crashes its always roll-backing all 3 plugins.
Ok, It's expect a rollback on Pre and Post create but the Pre-Validation one runs out of database transaction, right?
Thank you all.
*This post is locked for comments
I have the same question (0)