Hi Team I just encountered a issue. I have defined a schema, but when I want to export the data of this schema to a new environment, we found that some important column of data is lost. If there any configuration to define which column should be exported?this is my schema definitionpackage defined a...
Is it possible to add an alert to a triggered email that would tell me when a trigger is not working? For example, if we have a trigger that is used to reset a password, can an alert be used to tell us if a specific email has zero deliveries within in a specific time frame? Thanks.
Hi All,I am getting the below error when I am trying to start ACM in Sandbox "failed to parse pid from file /var/run/server6.pid". Can someone help me resolve this issue? Thanks,Sai
I hope someone can help me here .here is my code where am trying to display the Euro symbol from the jssp page document.write(' € 20,00'); and response is coming with '?'
Hi Team, I wanted to create a list of zipcodes in webApp in Adobe campaign classic and these zip codes are provided for the selection in the web page rather than the customers providing wrong zip codes or in valid zip codes. Kindly suggest and provide me the codes if you have. Thanks,Sachin
Hi Team, In response to the below question and answers in the below link. https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-to-read-the-responses-from-external-api/qaq-p/388157/comment-id/7487#M7487 I want to continue the discussion here. I have question like, we ...
Hi Dear Team,I need make a query result set been order by some column, but I did not find any configuration about this. Please show me how to achieve this ?
Hi Team, Below is the code var http = new HttpClientRequest("https://secure.mcommons.com/api/profile_update?phone_number=1234567890");http.header["UserName"] = 'username';http.header["Password"] = 'password';http.header["Authorization"] = "Basic YXJjc3VwcG9ydEBzcGVyaWRpYW4uY29tOlNwZXJpZGlhbjIwMjE="...