Trying to work on a scenario where for a certain recipients, it can either print an output type as PDF, AFP or both based on a condition.
For the above, tried calling a DAL for both recipients (<Recipient1> and <Recipient2>) in BatchingByRecip in INI for Recipient1 to print PDF output and Recipient2 to print an AFP output. The DAL called is to print only in certain cases (using return("True") for a true case and using return("") for the else case). For both case where it has to print AFP and PDF, it is working as expected. But for the else where only AFP has to print or only PDF has to print, it is throwing a group of errors starting with DM10749: Error in RULUpdateRecips (): Unable to RCBMatchRecipient (<Recipient1>) in the gendata step.
Kindly advise on how to process this.
