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? 

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 106

#3
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 82 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans