Running into an issue where I have a child workflow that is refreshing a few Rollup values on a parent record. Of course, the workflow works fine for me, but it throws an error when run as one of our normal users:
Sync workflow 'My Child Workflow Name' terminated with error 'Principal user (Id=7d84d8c8-8ff9-e411-80ea-c4346bacebf4, type=8) is missing prvReadCAP_interface privilege (Id=33a23051-b8bb-4b5e-b3ac-61ab163062d9)'
I've been able to troubleshoot numerous security issues in the past, but I've never seen prvReadCAP_interface before. I don't see anything about it in quick searches of the SDK. Does anyone know how I can find out what it is?
Any help is appreciated!