I would like to create a rest version of the following soap call to retreive a session token, is this possible? Soap Call to{{AdobeCampagin Server}}/nl/jsp/soaprouter.jsp Body (where strLogin=User Id and strPassword=User Password<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelo...
In order to match a Recipients column, I need to satisfay this conditions:1.- If customer_cic is length 8, then add 4 spaces at the begging. 2.- If customer cic is length 12, leave it as it is.I tried: Case(When(Length(customer_cic)==12,customer_cic, Else(' '+customer_cic)) But is giving me error...
Hi All Adobe Specialists,This is my first question on this portal. After checking 10+ questions answer without a proper answer, I thought it is best to ask the question here in hope someone who might have faced the same issue, might be able to help.What I am trying to achieve:I am looking to Encrypt...
Does anyone know if disabling the "Open tracking" on a delivery template will remove all code/pixels or whatever is related to the open tracking in the template? Or is the open tracking still happening in the background, and then it is just not possible to retrieve data when running the standard tra...
My recipients codinternocomputacional has 04 white leading spaces for each value. My other source CSV's "customer_cic" , which is the key to make the match, has no leading white spaces. I cannot/should modify recipients. How can I add the 04 when doing the key matching?
If the IP's of web and app server changes, where to do have to update it in the adobe campaign classic v7(onprem mid deployment) configuration so that it keeps connected ?i can see the web IPs in the deployment wizard in "Access from the Internet" tab under "Internal URLs of the frontal servers" sec...
Hi Team, We have a delivery where the count in Transition is 26111328 Records, where as in the Delivery logs the count is 4848 Records Could you please let us know how this difference of records in Transition VS the records in Delivery Came? Also, if possible, Please let us know the root cause f...
I was just wondering if I have to extend the custom schema to add additional columns or can I simply modify the custom schema instead of extending it again. Thank you in advance.
I have a Recipients tablet extension. It differs in the namespace with the default recipients table: abc:Recipients vs nms:Recipients.I've added columns: flag_correo and flag_sms to abc:Recipients, they are empty. abc:Recipients already has column "codigointernocomputacional" on this table with data...
Hi, I've an importer that loads a CSV in order to fill a table (schema). We're currently using a test activity to test if there is full data on all columns, but how to do the same of only 1 or n columns?Our current test activity content: vars.recCount > 0 how to do test : if "emailcomercial" is emp...