Hello All, I am trying to build a custom activity which will shorten the URLs. I have completed most of the parts. But I am not able to figure out how to create a temporary table for my activity and then pass the data to the next activity. My workflow just ends at the bitly activity and do no go bey...
Hey there, I am trying to implement validation on empty fields on the operation form with an extended schema. Below are the details: Schema (extended):<srcSchema _cs="Campaigns (ybl)" created="2019-02-26 06:44:26.000Z" createdBy-id="0"entitySchema="xtk:srcSchema" extendedSchema="nms:operation" img="...
Hi,For recomputing, we are using logic that works on entire nms:delivery schema. We came across following solution across the community but it doesn't seem to fix our problem either since the logic is similar and performing on entire nms:delivery schema,<queryDef schema="nms:delivery" operation="sel...
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...