Hi,
What I am trying to do is create a list that shows the web applications that I have in ACC, something that should be quite easy. I am following the following link, where they explain the details step by step.
https://docs.adobe.com/content/help/en/campaign-classic/using/designing-content/web-applications/use-cases--creating-overviews.html
I stand at the point before "Adding a filter on a folder" since simply creating the list on page v5 and going to the Adobe preview gives me the Login error.
Also, when I open it in the chrome debug, the error appears in the following line (adobe code):
value = "'+ NL.session.operator.login +'" readonly /> </td> '+ "</tr>" + "<tr>" +' <td class = "nlui-form-column-label nlui -form-column-label-medium "> <label class =" nlui-form-label "for =" login "> '+ xtk_core.password () +" </label> </td> "+' <td class = "nlui-form-column-label nlui-form-column-label-medium"> <input id = "nlui-loginform-password" class = "nlui-input" style = "width: 100%" name = "password "type =" password "/> </td> '+" </tr> "+" </tbody> </table> "+" </div> "; d.keydown (function (a) {13 = == a.keyCode && c.doLogon ()}). append ($ ("<div> </div>") .nlActionMessage ({message: xtk_core.reauthenticateDesc (), state: "info", displayIcon: "none"} ), $ (e)). nlDialog ("open"), this.dialog = d}}, doLogon: function () {var a = this; $. ajax ({url: "/ nl / jsp / logon.jsp ", type:" POST ", data: {login: NL.session.operator.login, password: this.edPass.val (), action:" submit ", popup:" 1 "}, success: function (b) {return b.length> 100? (NL.log.warn ("Got full JSP ANS"), void 0) : document .__ securitytoken = b, a.resumeWaitingCalls (), void 0)}, error: function (b ) {a.dialog. $ errorMsg.text (b.message)}, co mplete: function () {NL.preventDelayedMsgBox (! 1)}})}, showLoader: function (a) {if (a) {if (null! == this.loader) return; var b = this; this.loader = $ ("<div />"). nlMessageBox ({type: "loading", delay: 3, onCancel: function () {b.doCancel ()}})} else null! == this.loader && ($ ( this.loader) .nlMessageBox ("close"), this.loader = null)}, showError: function (a) {$ ("<div> </div>") .nlMessageBox ({type: "error", message : a.message, details: a.details})}, summarWaitingCalls: function () {this.dialog.nlDialog ("close"); var a = this.waiting; this.waiting = []; for (var b = 0; a.length> b; b ++) a [b] .restart ()}, doCancel: function () {this.showLoader (! 1); for (var a = this.running, b = 0; a.length > b; b ++) a [b] .cancel ()}}; NL.transport.queueCompletion = function (a) {0 === b.waiting.length && 0 === b.running.length? a (): b .completionCallbacks.push (a)}} ();
thank you again