Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
1875 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Error using column browser component in user form
TJ
A Score Level 2
over 8 years ago
Hi, I am facing an issue while using column browser in one of my user forms. The user interface is working absolutely fine but when i try to map the interface in form, it gives me an error stating- "Variable(s) not found: fv!nodeValue.
I understand that its an internal variable to the component and I have only used it internally.
Please see code below:
a!hierarchyBrowserFieldColumns(
label:"Label",
firstColumnValues:local!category,
nodeConfigs:{ a!hierarchyBrowserFieldColumnsNode(
id: fv!nodeValue,
label: fv!nodeValue,
image: a!documentImage(
document: a!iconIndicator(
icon: if(
contains(local!firstNode, fv!nodeValue),
"PREVIEW",
"DOC_GENERIC"
)
)
),
isSelectable: true()
)},
nextColum...
OriginalPostID-231491
Discussion posts and replies are publicly visible
0
TJ
A Score Level 2
over 8 years ago
...nValues:
/*For First Subcategory*/
if(fn!count(local!firstNode)=1,
fn!index(local!rfcData.subCat,fn!intersection(fn!wherecontains(ri!selection,local!rfcData.category),
local!reqdLevel),{}),
null
),
pathValue:local!firstNode,
pathSaveInto:{
local!firstNode,
a!save(ri!selection,null),
},
selectionValue: ri!selection,
selectionSaveInto: {ri!selection,
a!save(ri!isSelected,fn!count(local!firstNode)=2)
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 8 years ago
Visit the hotfixes release notes:
forum.appian.com/.../Hotfixes.html
In the Hotfix A section, following bug is mentioned as fixed:
AN-69686 - High
Process model validation now works correctly when the process contains an interface using SAIL smart services or the columns browser component.
So, I think that your code is correct but the environment does not have Hotfix A deployed.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
TJ
A Score Level 2
over 8 years ago
Thanks buddy! You Rock :)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 8 years ago
Welcome
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel