Forum Post: RE: Extra filtered list of WorkFlow-Actions when added as a coloumn in a view.

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
You can just add the condition for all the workflow action so that the buttons showed in the page view are identical to the workflow action links displayed in the list view. You can also create your own custom validation in the wf action formula to achieve this. var button_showed = true; /*this tags this workflow action if it is also displayed in the page view show as button*/ if(condition == true && button_showed){ return true; } Thank you, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top