Hello @dipendu_g ,
this may help you:
- in form add
<container colspan="2" type="visibleGroup" >
<input img="nms:<some_delete_icon>.png" label="Delete" type="button">
<enter>
<!-- SOAP call to get the generated source -->
<soapCall name="CustomStuff" service="xtk:workflow">
<param exprIn="@id" type="int"/>
</soapCall>
</enter>
</input>
</container>
- in your schema add
<method library="cus:workflow.js" name="CustomStuff" static="true">
<parameters>
<param desc="Workflow id" inout="in" name="id" type="int"/>
<!-- <param desc="Status" inout="out" name="status" type="boolean"/>-->
</parameters>
</method>
- in cus:stuff.js library add (this is example you can have your own library),
var xtk_workflow_CustomStuff = function(id){
//do something
}
Official documentation:
https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/input-fo...
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/