In your Data Schemas data tab, add two columns - [nms:recipient]/folder/@internalName and [nms:recipient]/folder/@labelCompare the folder of your existing recipients and the new ones you are inserting. The Recipients folder under Profiles and Targets will probably look at nmsRootRecipient folder, so...
Can you give us any more information, like what Complementary data are you trying to add, where the source is coming from (same table, different table, external data, etc)?
Yeah I am thinking the writing back to the temporary schema changes the cursor somehow and the subsequent load skips a section. Be great if Adobe could chime in on how to avoid this. I havent created a temporary schema on the fly before nor do I know how to reference it in the code - do you have any...
Hi @Milan_Vucetic - attaching some example code here as I cant do it in the comment thread. If you comment out the line that does the write back (datalayer.writeRecord(record);) , then the query will load all records properly and in the correct batches. If you write back to the temporary schema, the...
Its even stranger than what I just described - If I have 250 total records and load 100 at a time, once I write back 100 from the first load (0-100), the queryDef will only return 50 records in the next select iteration (records 100-200). If I don't perform a write back to the temporary schema, it l...
Hi Milan. I found an issue with using the method you describe. Lets say I get records in batches of 100. I read 100 records, enrich the records, then write them back to the temporary schema. When I go to read the next 100 records, it contains many of the records I wrote back in the first read. So I'...
There are some best practices that Adobe recommend for creating email templates in AEM: https://helpx.adobe.com/au/experience-manager/6-5/sites/administering/using/best-practices-for-email-templates.html - it could be something to do with the content-type declaration. It could also be a bug so worth...
I haven't had a chance to play with Message Center and Analytics but there are some forum messages on MC/AA here: https://experienceleaguecommunities.adobe.com/t5/Adobe-Campaign-Classic-Questions/Campaign-Classic-Analytics-integration-and-Message-Center/qaq-p/350322
Hi Milan - We found we had to remove these codes from the Text Alternative too. The auto-generated text was always terrible, so we made it part of our QA to check and remove these from the deliveries. Can you explain a bit more about the personalisation issue? Cheers Darren
Thanks Milan - I was doing this previously but still found that after a few batch loads it ran out of memory. I think its because some of the objects dont release their JS memory properly. Its hard to diagnose because of the lack of tools available to profile the memory.