Hi Friends,i have a question and it would be helpful if i get the solution. Created a javascript code with function abc() and the filename as "xyz.js".In Campaign email delivery template i have used the below code to call the function and the javascript filename: <script src="xyz.js"></script><%=abc...
Hello team, In one of our project we're using interaction schema to provide data dynamically in SOAP request `<context></context>`. Is there a Javascript API to read all the filters/conditions used in the campaign, the idea is to find all the @interaction fields used in the campaign? My use case is ...
I'm using the Salesforce CRM Connector in a workflow and need to update a field in Salesforce that has a value with null. However, the connector does not change the value of the field. Any ideas of how to do this?
Hello everyone,I experience an issue where an user is not being able to add or modify any workflow but few days before was able to do those actions in a daily basis. From the user view, it looks like this, mentioning that the campaign is in "read only" mode and has the activity options disable.Can't...
Hi , I am trying to see if I can only filter out certain domains to be tracked in the tracking code. Trying to assign an option variable to a variable and not able to do that .something likevar pattern = new RegExp(%><%@ include option='Option_whitelistDomains' %><%, 'i'); Is this even possible. Tha...
Dear All I'm getting the below error while executing the script in admin console. could you please help me on this. Thanks in Advance SELECT CreateSequenceIfNecessary('NeoCustomId', '1000', 'cache 1000');create or replace function GetNeoCustomId() returns integer as 'declareiId integer;beginselect i...
Hi Team,I'm trying to get the data into workflow transition from external API service. Below is the code snippet to call the API for each record.//function to call the api and return the response function apiCall(url) { var http; try{ http = new HttpClientRequest(url); http.method = 'GET...
Hi I'm using a document as an attachment in a delivery, that will convert to a pdf with personalisation. The attachment creates perfectly well. If however, in the document, I choose to embed the fonts in the document (which you would need to do as the customer may not have the font loaded on their ...