Good day all,
I have been trying to figure out how to place a view above the Workflow View in a form (The one that lets you approve or reject or whatever steps have been configured in a workflow task).
There was another post relating to placing views above tabs, which referred to this site: https://k2recipes.wordpress.com/2017/08/29/show-multiple-views-above-tabs-using-script/
utilizing this code
$($(“.view”)eviewIndex]).insertBefore(“.tabs-top”);
However I have tried different variations of it to apply to the Workflow Task actions. The element has an ID of "WorkflowStrip" so I tried:
$($(“.view”)(viewIndex]).insertBefore(“#WorkflowStrip”);
But it does not work. Has anyone tried to do this before with any luck? Thank you in advance