Hello, We are receiving the following errors below, partial in screenshot, in the audit log of our Database Cleanup Workflow. When I looked up the 'Recurring Delivery ID' on 6/14, they showed up in nms:deliveries with a status of 'stopped'. When I looked for Recurring Delivery ID's referenced in the...
Hello, I want to set some options in activities to be enabled by default - for ex. "Disable automatic filtering of 0 ID records" to be enabled. I found that I can modify "xtk:workflow" form (variable @noAutoPkFilter , form label="Advanced parameters" , set value on enter) but how to check if activi...
Hi Team,I want to get the dateTime of EST in one variable but whenever I use EST in format date function it provides me CST Time.Can anyone please help me to get EST time.Below is the screenshot of the same.The same when I use "UTC" , it works and provide me UTC Time.Thanks in Advance!!
I have uploaded a file for recipient schema, now I am uploading a new file for recipient schema with some of the existing values, I want to see only new inserted data by using activity in my workflow. I think I have to put join between existing and new data on customerID, But don't know how to do t...
Hello everyone, I try to check for some documentations but can't find anything in relation of this topic.I want to create some Business Units in my instance of Adobe Campaign but can't tell where I can create those. Is it related with data schema ? Mind sharing some examples. Can someone help me on ...
Hi ,I am looking for a way to meet below two offer management fulfillment stipulation rules related requirements in ACC v8. Does anyone know who this can be achieved in ACC v8 and share their thoughts? Ability to define and process fulfillment stipulation rules applied on transactional data? (Eg: Of...
Hi, I am attaching a use case with my query. I want to target only those customers who have orders amount of more than 5000 and want to put group by on customerId. I have made an alias (amount * order quantity) inside enrichment and put the condition of totalamount>5000 inside split activity I am u...
Hi Team, I am trying to get connected with salesforce, but getting an error Invalid login & password. Further on this I checked & salesforce credentials i have is working fine. PFA error snap for reference.Looking for best possible solutions. Thanks
In data loading activity of workflow, how can we create a file in which rejected records will get stored in data loading activity and where to find the file and access it.in the rejection file do we need to specify a simple name of path of the file? Can someone tell me right way of doing it?
Hello, I'd like to know how to save data generated from a webApp in a temporary table, such as a list of type "File". I already tried : xtk.session.Write(<tempLST111 xtkschema={temp:LST111} _operation="insert" element1={ctx.vars.element1} element2={ctx.vars.element2} element3={ctx.vars.element3} />)...