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
17 replies
Subscribers
10 subscribers
Views
6361 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
I am following SAIL records tutorial (Create Entity-Backed Records) and created
vineeta6579
over 11 years ago
I am following SAIL records tutorial (Create Entity-Backed Records) and created Additional Dashboards but its not visible as per visibility expression. Visibility expression is set like this
=rf!firstname ="Michael"
As per documentation if the record's firstname is Michael then it should display one more text field which is read only and dummy in my case. Which is not happening!!!...
OriginalPostID-107878
OriginalPostID-107878
Discussion posts and replies are publicly visible
Parents
0
vineeta6579
over 11 years ago
I am coding like this but additional dashboard it not rendering!!!
SAIL Summary Dashboard:-
=a!dashboardLayout(
firstColumnContents: {
/*Read only Text fields */
}
)
Additional Dashboard:-
a!sectionLayout(
label:"New section",
firstColumnContents:{
/*Read only Text fields */
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vineeta6579
over 11 years ago
I am coding like this but additional dashboard it not rendering!!!
SAIL Summary Dashboard:-
=a!dashboardLayout(
firstColumnContents: {
/*Read only Text fields */
}
)
Additional Dashboard:-
a!sectionLayout(
label:"New section",
firstColumnContents:{
/*Read only Text fields */
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data