As per the title, i am getting the error "Missing prvReadActivity privilege on Letter entity" when saving an email even though I am a System Admin
The full Error message is:
Exception Message: Principal user (Id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, type=8, roleCount=5, privilegeCount=564, accessMode=1(Setup/Stub user with filtered privileges from associated roles. Consider changing user AccessMode to Full (without privilege filtering))), is missing prvReadActivity privilege (Id=650c14fe-3521-45fe-a000-84138688e45d) on OTC=4207 for entity 'letter' (LocalizedName='Letter'). context.Caller=deaa60db-1a0a-ea11-a811-000d3a7ed67d
ErrorCode: -2147220960
HexErrorCode: 0x80040220
ErrorDetails:
0: prvReadActivity
1: letter
ApiExceptionSourceKey: Step/Microsoft.Crm.Extensibility.ImageRetrievalStep
ApiStepKey: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
ApiDepthKey: 1
ApiActivityIdKey: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
ApiPluginSolutionNameKey: System
ApiStepSolutionNameKey: System
ApiExceptionCategory: ClientError
ApiExceptionMessageName: PrivilegeDenied
ApiExceptionHttpStatusCode: 403
HelpLink: go.microsoft.com/.../
(NOTE: I have tried this link to no avail)
Activity Id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Any advice is appreciated.