Hi, Please let me know how can I add predefined filter for gender, it means if I checked male then it should show all records related to male gender only. Example: highlighted in bleow screenshot. Thanks,
Hi, Please suggest me how can I add wildcard operator LIKE in the delivery input form.I tried below code but getting error when open SMS delivery template: <if expr="EV(@messageType, 'sms')"><check expr="[../content/sms/source] LIKE '%Adobe Campaign' "><error>"SMS content shoulf contain Adobe Campai...
Hi @Jonathon_wodnicki I have added below code in nms:delivery input form inside input tag-<enter name="onChange"><if expr="EV(@messageType, 'sms')"><set value="Avreg? LFAVREG till 71120" xpath="/delivery/content/sms/source"/></if> Please suggest what changes I should do, so the code will come at th...
Hi, I added logic in the nms:delivery input form hence the text message is rendering automatically in the sms delivery template inside text content. But its coming at the starting position. Please suggest how to display text at the ent of the content.
Hi, Can we display warning message in Adobe campaign classic through input form? if yes then how? Please suggest. Since don't know how to display warning message in input form I tried for error message.I have written below code in nms:delivery input form- <if expr="EV(@messageType, 'sms')"><check ex...
Hi @Milan_Vucetic The steps you suggested are for how to create SMS delivery template with text content but here the scenario is different. When user select any routing from delivery template's properties tab related to that routing the text should populated in text content. User not needed to type...
Hi, While creating new delivery template, after selecting the SMS routing inside the properties tab - From ABC service provider text should come in sms Text content. Please let me know how can I do it. Regards,Tejashri
Hi @_Manoj_Kumar_ Using alert I'm able to show the message but I want to display same which I have defined in Error page like belowIs it possible to call it in script? Regards,Tejashri