Hi,When I try to send an alert to my email address, I always get status as Pending. No error and workflow is in finished state. What is the reason behind this?Thanks.
Hi,You will be able to see start date and end date correctly when you will send a delivery. Try to send some test data and you will see dates are displayed correctly. You get error because while previewing delivery in the workflow, it picks up data which is present in the schema columns. It does not...
Hi,You can use javascript element in the form and show alert whenever datatype is wrongly entered.Eg; for integer you can use:var x=document.getElementById("xyz");if( x!=(int)x){alert("Please enter numeric value");}You will be able to get the Element name when you load form in the browser, press F12...
I use Windows 7 and then followed the steps of installation. I didn't face any issue with Windows 7. Are you facing any issue during installation or you need to know about steps to install it?
Hi Florent,Did Adobe Campaign does not support Windows 10 with any version of IIS.I tried Windows 10 with IIS 8.5, it still didn't work. Is changing the OS version last option to run redirection filter?Thanks,Jyoti
I am trying to install Adobe Campaign version 6.1.1 build 8594. I am facing issue while integrating IIS with Adobe Campaign. Methods which I have done are:1. Enabled ISAPI filters and ISAPI extentions in control panel.2. Created new site in IIS manager.3. Run the iis_neolane_setup.vbs as administrat...