Skip to main content
Known Participant
July 4, 2017
Answered

How to remove a previous version of an Action Wizard from user's panel?

  • July 4, 2017
  • 1 reply
  • 573 views

Hi,

Is there a way to remove a previous version of an action wizard from a user's panel?  For instance, I have an action wizard called BLA 1.9 an BLA 1.10.  I want the users to only use version 1.10 and the only way I can think to ensure they use the right version is by writing code which removes version 1.9.  I know the user can remove manually but is there a way to have this done automatically, without user doing it?

S

This topic has been closed for replies.
Correct answer Joel Geraci

No. There's no JavaScript access to controlling which Actions are installed. However, if you are in an organization that has remote system management, you can delete the .sequ file from the users "sequences" folder. If not, you're out of luck.

1 reply

Joel Geraci
Community Expert
Joel GeraciCommunity ExpertCorrect answer
Community Expert
July 4, 2017

No. There's no JavaScript access to controlling which Actions are installed. However, if you are in an organization that has remote system management, you can delete the .sequ file from the users "sequences" folder. If not, you're out of luck.

suemo22Author
Known Participant
July 4, 2017

Oh, ok, that makes sense.  Thx.