Question
2
Replies
363
Views
Pegasystems Limited
Posted: October 10, 2018
Last activity: October 25, 2018
Display property on the web-login form
Hello
I need to display the value .pyProductName
I use this format:
<span class = "currentVersion"> Current application version: <pega: lookup property = "Application.pyProductVersion" /> </ span>
Action - Preview
It work currectly
When i Log in, display:"Current application version: No data available"
***Edited by Moderator: Pallavi to update platform capability tags***
Hello, the question is still relevant.
I have a task to display the latest version of some RuleSet.
I tried to display different variables - some were displayed, some were not. Please tell me what the problem is.
The variable Declare_pzRecentsCache.pyRecentListItems (1) .pyRuleSetVersion was displayed. But the value with a different index is also "No data available". In PagesAndClasses, everything I used was connected.
Tried ForEach for the list of all Rulesets, it did not work