Hi Team,We have observed that within Deliveries for a custom Target
Mapping, the query that gets generated in delivery logs preview is as
follows:-'SELECT top 201 B0.tsLastModified, B0.iStatus, B0.sAddress,
B1.iFailureReason, B1.sText FROM XYZBroadLogrcp B0 JOIN NmsBroadLogMsg
B1 ON (B1.iBroadLogMsgId = B0.iMsgId) ORDER BY B0.tsLastModified
DESC'due to which in the preview we are able to view the delivery logs
for the targeted audience till date from the custom recipient
table.Ideally the previe...