Hi,We are able to expose Adobe Campaign custom SOAP methods (developed on custom schema) using http://serverurl/nl/jsp/soaprouter.jsp . But the requirement is to expose this method using secure end point ie. https://serverurl/nl/jsp/soaprouter.jsp . Is there any way that I can change the SOAP endpo...
Folks,I see this issue, while I ise a personalization block as part of URL component in email delivery:Error while compiling script 'content htmlContent' line 72: syntax error (line='}\ ' token='}\ '). SCR-160032 JavaScript: error while compiling script 'content htmlContent'. JST-310007 Unable to co...
Hello,Is Adobe campaign rich client using underlying operating systems' browser? Where the version can be found?eg when browsing reports, surveys, web apps in within AC clientMarcel
Hello,I'm trying to create a String field into my schema with default value set as "true".I tried this :<attribute default="true" label="Test Default Value" name="test" type="string" sqlDefault="Test"/>But, it does not workcan you help me please ?
Hi,I have a file transfer element in my workflow that connects to a FTP, I get an error Remote file not found and CRL-290003 Upload error in cURL, if the folder I am transferring the file to has not been created on the FTP.Is there any way to force the creation of this folder in campaign? Thanks!
Hello everyone,I got an issue that involve my transactionnal message when trying to link a template I create with an event using SoapUI.I already see another post on the forum but with no real answers on my issue.So I first make a simple template and create an event name to specify the event type of...
Hi,I have a query in my workflow and I am using an expressionDateOnly(@START_DATE) greater than or equal to DateOnly(DaysAgo(14)).When the query runs, for a few records which fall on Daylight saving time shift, is throwing an error.Tried to use ToDate(@START_DATE) as well, and still the same issue.C...
Hi There,I have a requirement whereby I would like to use the queryDef JS to query a custom "answer log" schema, and then get unique counts of recipients grouped by "answer".Example dataSchema: dev: poll_trackingLogsRecipient ID (@recipient-id) Answer (@answer) LogDate(@logD...
Hi, I am trying to develop this query with javascript:"Sum all the @amount of the orders done in a period (StartCheckDate, EndCheckDate) by the customers that have received the current campaign/operation. Note that the order must be done after the customer has received the email"var xmlTotalAmount =...
Hi Guys,I am facing issue in importing a file with this format ABC_ABc_DateStanp_Timestamp_FileCount.csv.When I am using "ABC_ABC_*" for taking a wildcard value for "DateStanp_Timestamp_FileCount" but it will search on server for "ABC_ABC_*" this only.If I am using format date for date and timesta...