Hi all, Whilst doing file resources package migration, is there a way to automate the uploading/publishing of files on the new environment? currently I am having to import file resource package on new environment then manually upload the physical files... is this expected or am I missing something?O...
Hi all,on my ACC instance, which is hosted on prem, I can access /nl/jsp/monitor.jsp, log in with an operator and then see the different monitoring metrics.However, it seems like I can login with any operator, no matter the operator groups he is assigned to.Is there any way to restrict access to /nl...
Hello all,I want to compare the current value (oldValue) of a field and the value that I have when I try to save the same record through the input form.How can I retrieve this information?I tried with: <enter> <set expr="@field" xpath="/tmp/@field"/> </enter> but the value in [/tmp/@field...
Hi TeamI want to track a CTA having mailto tag in Adobe campaign Ex. mailto:abc@gmail.combut when I clicked on CTA, tracking log doesn't show entry of it.I think it is because Adobe tracks urls with https://can someone please suggest some way around to track it in adobe campaign. ThanksKetan
I have a requirement to send a personalized delivery, the data comes from an API call with HttpClientRequest("url");.But I'm not sure if the workflow recognize the recipients in the inbound event, or the javascript allow me create a temp schema or only if I insert the data into recipient schema is e...
Recently we upgraded from 9032 to 9187. Before the upgrade we could successfully make a soapUI call tohttps://xxxxxxxxxxxxxxxxxxxxxxxxx/nl/jsp/soaprouter.jsp but after the upgrade we get XSV-350012 Invalid login or password. Connection denied.
Hello,im using this native query and it works fine but i want to know how i can do the Something using queryDef.this is my native SQL: var email = NLWS.xtkSession.FormatDataPolicy("lowerCase", email.trim()); var firstName = NLWS.xtkSession.FormatDataPolicy("lowerCase", firstName); var lastNa...
In Adobe Campaign Classic we have the ability to store a 'prefered sending time' of a customer (read: recipient).We have (external) logic to calculate that prefered sending time, which will differ per recipient. Expected behaviour is that the recipient will receive the delivery on the prefered sendi...
I wan to remove out of the box index from my customized schema. When I do that using DROP Index script,the index gets removed but whenever I do a update database structure on that schema, the indexes gets added again. Is there a way to remove the out of the box indexes permanently?