We wanted to create a tools page to delete a node eg ecom data node , where we will have a button to request deletion and once it is approved by workflow process the node is deleted and replicated to publish server .
hey smacdonald2008 , is there anyway i can trigger a workflow on a click of button. I want to create a tools page and onclick of button i want to start workflow . Would perfer javascript or Java
how can we get the value in htl ? ${properties.articleDate} does not work . I would need time and date . i don't want to create a java class to read this datetime node . Is there any other way in 6.1 ?
How can I access node properties of different nodes. (directly by HTL , not by js or java )something like this ? <div id="data" data-sly-use.tesr="/etc/ttt"> ${tesr.count}