Skip to main content
Nintex Community Menu Bar

Remove custom action

  • October 26, 2020
  • 2 replies
  • 16 views

Forum|alt.badge.img+2

SP 2013 foundation on-prem.

I created a custom action based on the BasicAction sample. I'm not using it and want to remove it. But I'm unable to do so.

I tried retracting the solution and removing it, (Remove-SPSolution), but it still lingers in the "Managa allowed actions list"

Any 2 C appreciated!

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • October 26, 2020
Hi.

You can remove the action from the Nintex configuration database.
The action names are in the dbo.Activities table.
Please backup your database before hand.

Forum|alt.badge.img+2
  • Author
  • October 27, 2020

Thanks - found it, I might give that a try. Though it feels a little sketchy to poke in the db tables directly.