Hi Rajesh,You can establish relationship(1:1, 1:N, N:N) between shemas using Links.A Recipient always belongs to a Folder and may or may not have a Country code against it.externalJoin=true acts as a left outer join only, where all records are returned from the schema you are querying, even if there...
Hi Robert,Difference can be found between two fields. But if you are going for difference between all the dates for one Recipient you won't get one output rather many rows. Can you please explain how you want your output to look like?Regards,Deb
Hi Maheswari,I tried the exact same code and it is working for me.Can you share a pseudo code version of your actual code so that we can figure out what is the exact issue?Regards,Deb
Hi Maheswari,Please can you try the following in your schema?<element integrity="normal" label="Recipients" name="recipient" noDbIndex="true" revLink="contract" revIntegrity="normal" target="nms:recipient" type="link"> <join xpath-dst="@gid" xpath-src="@gid"/></element>Regards,Deb
Hi Maheswari,Please try to check the following.Both the schemas are having attribute "gid".Data available in both the schemas satisfying the relationship.Instead of query activity try to check how Recipient data is getting populated in "Data" tab of "Contract" schema. Regards,Deb
Hi,If you want automate the export of certain entities as packages then the following threads can help you. There is no OOTB feature to export different entities residing in a folder.Automating Package Export - Campaign Classic https://docs.campaign.adobe.com/doc/AC/en/technicalResources/Technotes/A...
Hi Chetan,Please can you try to put "<%customProduct[i].emai%>" instead of "document.write(customProduct[i].emai)" as explained in the following URL and give it a try.Generating personalized PDF documents Regards,Deb