We are trying to remove our Assign Requests from our plugins as they are deprecated. Microsoft says to replace them with Update Requests. However, we are experiencing no end to the problems as a result of this.
I'm going to try to simplify this down because we actually have a very complex solution.
We have a custom entity called Form
We have a Post Update plugin on Forms we will call ReassignForm
We have a Post Update plugin on Forms we will call SetTitle - this one has a Post Image with all of the attributes.
If we have the Assign Request inside ReassignForm, everything works fine - this reassigns the Form to a different User in a higher Business Unit (the User running it has Parent/Child BU Read on Forms).
If we have the Update Request inside ReassignForm, we get an error saying that we don't have Read permissions on Forms.
Why does an Update Request need to read from the Form when an Assign Request does not?
Microsoft says to replace Assign Requests with Update Requests but it does not seem to be that trivial. Does anyone have any insight on this?
Thank you
*This post is locked for comments