I need a custom action in sidekick to activate a page for a particular publishing destination alone. How can I publish to a single destination alone ? I need control for selecting publishing destination
Solved! Go to Solution.
Views
Replies
Total Likes
You can make use of workflow. If not have to custom develop based on your need. Below might help in that journey.
Views
Replies
Total Likes
You can make use of workflow. If not have to custom develop based on your need. Below might help in that journey.
Views
Replies
Total Likes
CQ.HTTP.post(
CQ.shared.HTTP.externalize("/bin/replicate.json"),
callback,
{ "_charset_":"utf-8", "path":paths, "cmd":"Activate","":"" }
);
Is it possible to send agent id as parameter in above request ?
Views
Replies
Total Likes
You can send agent id but oob replication server does not recognize. You need to write a custom servlet & replicate to particular agent based on replication api.
Views
Replies
Total Likes