Hi,
I'm using the GrantAccessRequest class to share records with users/teams within a custom workflow activity, but sometimes it doesn't share the record but the workflow status is succeed and the code doesn't throw any exception.
We create the records that trigger the workflow with a custom application that syncs the data from NAV to Dynamics 365.
I've seen the class documentation says: For this message to work, the caller must be connected to the server
- I don't totally get what means: For this message to work, the caller must be connected to the server, the caller would be the user we use with the custom sync app?
- Is there any other way to share records?
- Any way to find out if GrantAccessRequest doesn't share the record?
*This post is locked for comments