Hello, I'm having problems with the SMS integration because i'm using the same external account in two different instances (Message center and Mid-sourcing). I would like to know: To solve this, do I only need to change internal name of the Message Center external account, keeping all the informatio...
Hello, I would like to know if there's an easy way to add zeros before a field in adobe campaign For example:If the record is equal to "4", it will show 0004if the record is equal to "32" it will show 0032 Thank you in advance
This is definitely a great idea, I hadn't think of use a regular expression here, even if I had the XML Memo attribute under sight. This definitely will revolutionize the way I do all this stuf. Thank you very much, Heku!
There is not really a documentation to do this because it's not an out of the box method. It requieres a simple Python script that reads a list of HTML, copies it code and paste it inside the entity brackets of the package, dinamically changing all the information needed
You can upload just one HTML file, then create a Package with it, then using Python or another program out of ACC you can create an script with new entities with all the HTMLs you want to include, then import the package.
You've two things to do: <where>
<condition expr={'@id=' + rId}/> // Recipient ID
</where>This is where the query to recipients is being made, you've to change it so it gets all the recipients you want (If you want to get all recipients you should remove this where condition). Second, here: deliv.co...
You can either create a new whole schema with the attributes you want or create a field so you're able to differentiate, for example: isCloud (boolean). Then you create a new Input Form for it with the new schema or refering to recipients but with only the fields you want