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
9 subscribers
Views
1905 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Dear all, I have a Order CDT that have as a property a list of Customers (C
octavianp
over 9 years ago
Dear all,
I have a Order CDT that have as a property a list of Customers (Customers being defined also as a CDT). In the Records Tab we need to display only Order record, and inside the Record View we need to display a link, to another screen, to see a Grid View with the Customers of the Order.
The thing is that we do not want to see Customers in the Record Tab.
As implementation, I was thinking at having for the Order Record two views, one to display the lending page of the Order ( Summary) and one to display the Grid View for the Customers allocated to the Order (Customers). I defined the interface rules and I tried to use the a!recordLink for this but I receive this error: "The record view does not exist or you do not have permission to see it. (APNX-1-4205-015)"
I call the Customers View using the following code:
a!linkField(
links: a!recordLink(
label: "View Customer",
recordType: cons!ORDER...
OriginalPostID-166177
OriginalPostID-166177
Discussion posts and replies are publicly visible
Parents
0
octavianp
over 9 years ago
..._RECORD,
identifier: ri!ID,
dashboard: "Customers"
)
)
I suspect is from the way I define "dashboard" property, since if I change to "Summary" I get the same error and if I delete the "dashboard" property everything works perfectly.
Thanks in advance!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
octavianp
over 9 years ago
..._RECORD,
identifier: ri!ID,
dashboard: "Customers"
)
)
I suspect is from the way I define "dashboard" property, since if I change to "Summary" I get the same error and if I delete the "dashboard" property everything works perfectly.
Thanks in advance!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data