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...
Continue reading...