Import data that allows numeric negative values. Data type is defined as double on data schema - Text file has value as -99.24 it needs to be numeric and undertand it is a negative value. I said in flat file it is floating Double precision format 1,000.00. How can I do this workflow is failing af...
Hi, I am using a query activity in a Targeting workflow to return all the campaigns which are 3 year and older.I have to delete them but before that I have to delete the associated deliveries.Like in SQL, I have to use inner join and get all the associated deliveries for any given Campaign,.I should...
Hi All, I am trying to create a new custom workflow activity, but when trying to call a new js file from this custom activity its throwing below error- unable to load the new js library and not able to move forward. However currently the js file has no custom codes and only the call functions just t...
Hi All,Is there a way to parse JSON string coming from Query activity in technical workflow without creating Java Script Activity? Java Script Activity is limited to a number of records it can process (I think 10,000) - so I am trying to determine if there is a function or expression that can be use...
I have a custom container which I am including in nms:delivery input form like this: <container ref="cus:outboundPhone:outboundPhoneContainer" xpath="."/>I am trying to add a validation-method, by adding a <leave>-tag in the container mentioned above but the only way I have got the leave-tag to trig...
Hi, I want to have a personalized salutation in my emails. So it opens with something like:Dear JohnDear Maria etc. Because of the way our setup is established i cannot use the target data extension for personalization. So i tried it with javascript code and the delivery variables. But i'm stuck,...
Is it possible to insert a variable in an error message in input forms? Non working sample code for illustration:<check expr="[/tmp/@validationResult] == ''"> <error>$([/tmp/@validationResult)</error> </check>
Hi,I am trying to add 2 text fields onto form. These 2 fields are Foreign Keys in the schema which are referring to respective fields (Composite Primary Key) in linked schema.However, when I am trying to view the object I am getting following error on the Input FormMy understanding is it is looking ...
I am looking to carry data in a variable from one web app to another web app in Campaign classic v7. I am getting a language choice selected by the user and I am calling a second web app URL in the end activity of first web app. I have to access that variable in the second app to make a workflow.I a...