web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

settings > process center > process (Category Action)

(0) ShareShare
ReportReport
Posted on by

Do individual processes have security against them when defined as actions?

I have a plugin that triggers a process (action) I have defined in Dynamics crm, the action is called via the below code, I then have other plugins that are the triggered off of this action.

OrganizationRequest actionReq = new OrganizationRequest("test_TestAction");
actionReq["Target"] = new EntityReference("test_TestEntity", entity.Id);
try
{
tracingService.Trace("Call action test_TestAction");
dynamicsService.Execute(actionReq);
tracingService.Trace("Call action test_TestAction passed");
}
catch (FaultException<OrganizationServiceFault> ex)
{
tracingService.Trace("Error calling action - " + ex.Message);
}

The issue I have is the action doesn't seem to be triggered for some of my users, which then means the downstream plugins are not triggered.
- there are no exceptions thrown in the plugin trace log
- the users have access to the Entity that the Action uses 
- the users have access to all the objects that are referenced (created / edited) by the downstream plugin

Can anyone give me some ideas on how i would debug this? 

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 70 Super User 2025 Season 2

#2
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 43 Most Valuable Professional

#3
Daniyal Khaleel Profile Picture

Daniyal Khaleel 32 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans