Hi, If you wish to delete Experience Fragment Offers after you have wiped you AEM instance, you will need to carry out the deletion via the Target API. https://developers.adobetarget.com/api/#delete-offer-by-id
I do not know of a global setting, but if you this is for a single schema, you can add an expression which converts the value to a string, then this will have the effect off removing the seperators. ToString(@id)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> </HEAD> <BODY> <P>POC Proper Case Test</P> <% String.prototype.toProperCase = function() { var words = this.split(' '); var results = []; for (var i = 0; i < words.length; i++) { var letter = words[i].charAt(0).toUpperCase()...
You will need to add the toProperCase() to your template body as shown, then use the second example to implement, this should propercase as you require
1. Design you query2. Add a javascript node to the end3. Create a loop in javascript to process the targetData in batches of say 1k, using queryDef method4. Script your content and write it to the local SFTP folder via javascript File object https://docs.adobe.com/content/help/en/campaign-classic/te...