Hi Bharat,Preprocessing is done when you want to decrypt or unzip an incoming file.Calculated is when the file name is calculated from a variable like vars.filename or when there are multiple files with the same name and you want to select one with the latest date. Let me know if this solves your q...
Hi Saveena,There is a querydef activity which can be used inside the Javascript in Webapps or ReportsSyntax goes like thisvar query = xtk.queryDef.create( <queryDef schema="nms:recipient" operation="select"> <select> <node expr="@firstname"/> </select> <where> <condition expr...
Hi Saveena,A/B testing is done when you have different layouts in your delivery and want to decide which one would have the most impact. So you divide your target audience into groups and send out the deliveries.You can find the implementation here A/B testing
Hi Pankhuri,Sysfilters are used to provide read and/or write access to schema data based on conditions These filters are entered at the main element level of the schemas. If no filter is specified, all operators will have read and write access to the schemaFor example<sysFilter name="writeAccess"> ...
Hi bharatk94,To answer your question as what a custom sequence is,By default the recipient table uses an auto primary sequence. To use your own sequence instead of the existing primary one, you create a custom Sequence.This should be specified in the root element along with autopk="true"and now to c...