I am trying to Restrict user from selecting "Remove Item From Queue" to yes on Route and Pick button of QueueItem.
For Pick button I am able to handle this from plugin by using context.inputparameters["RemoveFromQueue"] property
but for Route button, m not getting any property for checking whether user has selected RemoveFromQueue to yes/no to restrict it
Kindly suggest