Hi, 1. Yes, you have to make all the SOAP calls (iirc 3?) and the upload call to do each one. The calls can be captured with Fiddler or any web debugging proxy. You can also cheat and upload a zip file to Public resources then use execCommand() to unpack it, which is what I normally do since it's fa...
Hi, Security is performed here by hiding the link to the page from non-admin users in the nav bar.The jsp page can be altered (overwritten on upgrade) to add proper authorization check tho, put this at the top somewhere:if (!ctx.hasRight('admin')) {
response.sendError(HttpServletResponse.SC_FORBID...
Hi, Can use JS with querydef, though maybe Preloading activity will work by changing Method to List of fields and using (guessing) the correct field? Thanks,-Jon
Hi, Tracking URL table is populated on delivery send, by the nlserver binary.URL's are parsed from delivery content and can be previewed and edited in delivery prior to send. Thanks,-Jon
Hi, There isn't a tracking password.In External account for midsource, click 'Use this platform as a proxy to access the tracking servers...' then enter midsource instance name and press button.Pressing the button permanently locks the midsource to the XtkDatabaseId of your instance, so make sure th...
Hi, Follow these steps:Add an @subjectLine attribute to nms:broadLogRcp with schema extensionAdd a storage field to recipient target mapping, $string([vars/@subjectLine]) -> @subjectLineUse delivery variable named to match mapping. You can also use a field in targetData instead of variable, just mak...
Hi, Create a workflow with at least these parts:Scheduler that runs every hour or whatever recipients are bucketed intoQuery that selects all recipients with time preference below next bucket start, for hourly this would be '@timePreferred before Hour(AddHours(GetDate(), 1) and delivery log does not...