Hi All,In Adobe campaign(V6/V7) while creating links we use parmater revCardinality="Single" to make sure the reverse link mapping relationship is 1-1.By default if we don't specify it will 1-N relationship.In ACS what to select in schema link field to enable this revCardinality="Single".Let me know...
HelloI need to delete a value from a colum which type is datetimeI'm doing it Inside a worflow (update component) because I'm updating other fieldsI tried to use the NULL value in my Update compoennt, like I did to erase String value but it does not work.I have an error message saying that NULL (typ...
Looking for example to read in a zip file from api call(specific url) using java in adobe campaign.Retrieve a zip file then decompressstarted by /* URL */ var url = "https://MY-URL"; var http = new HttpClientRequest(url); http.header["Connection"] = "Keep-Alive"; http.header["Conte...
Accidentally, few out of the box delivery templates have been deleted from the system and while trying to import the package of same template from the other environment, its giving error. Can anyone suggest the way to restore ?3:19:42 - PGS-220000 PostgreSQL error: ERROR: duplicate key value violat...
Hi Team , We want to use the Event recycling functionality of message center . Where we want to target user's whose email's got failed but they have valid phone no's . So we want to target those user's using SMS . Please guide .Regards,Vipin
Hi, I need to read a big XML file and parse it. The problem is that the javascript activity is generating the error `out of memory`.This code generates the error:var fileContent = loadFile("FILEPATH", "UTF-8");fileContent = fileContent.substring(fileContent.indexOf("\n") + 1); // Remove first line: ...
Hi,I'm trying to set the backup workflows up using the following document:https://docs.campaign.adobe.com/doc/AC/en/technicalResources/Technotes/AdobeCampaign_How_to_export_packages_automatically.pdfhttps://docs.campaign.adobe.com/doc/AC/en/technicalResources/Technotes/AdobeCampaign_How_to_export_pa...