go to post Carl Maklad · Jun 11, 2024 Thank you so much Timo for your reply, but there lies my problem. What is it that I am saving? You see, the way the user logs in is via the Management Portal login screen, so - unless I am missing something - all I have access to is %session which only gives me access to Username & CSPSessionCookie among other things. I don't think I have access to the password. I was hoping to use one of the %session properties to pass to the other server, then use %session.login to login to the other server(s), but as mentioned before %session doesn't give me password - just Username. Thanks.
go to post Carl Maklad · May 13, 2024 I must be doing something wrong when refreshing the table/querying the backend again. It seems like I am setting the maxRows property correctly (zenPage.getComponentById(<table id>).setProperty('maxRows',10)) because calling the getProperty returns 10. So, it must be the way I forcing the query. I use executeQuery(). Isn't that the right way to do it? Thanks.
go to post Carl Maklad · Apr 8, 2024 Okay, but I am unclear about one thing, what should I do with the property when defining the tablePane? Not set it @ all or set it to default value? One more thing, any idea what happens once you set the value in the onchange? In other words, does the query run again? Thanks.