Forum Discussion
Nitzan Goodman
Aug 15, 2016Copper Contributor
Start workflow from a calculated column JavaScript button
I followed this great post by Danny Engelman: https://sharepoint.stackexchange.com/questions/150787/can-i-add-a-start-workflow-link-to-a-column-in-a-list-view Everything works great and when I clic...
Vadivelu_Balusamy
Aug 15, 2016Iron Contributor
Nitzan Goodman : You many get the good response from the Forms/xyx.aspx , because it will load receptive library/list actions.
If you go for SitePages/Pages , it having the own js file their action, so you wont get the full functionality as expected in the original list.
Suggestion is you may validate the action by give some test output after each action in the js button. Otherwise you turn on the developer tool what happen while click the button. Definitively the js will through some error in background. Check the error and try to fix it.
If you go for SitePages/Pages , it having the own js file their action, so you wont get the full functionality as expected in the original list.
Suggestion is you may validate the action by give some test output after each action in the js button. Otherwise you turn on the developer tool what happen while click the button. Definitively the js will through some error in background. Check the error and try to fix it.
Deleted
Aug 15, 2016Danny Engelman a post for you :-)