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
2395 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Landing on a particular Site Record from External Portal
hiteshd
Certified Lead Developer
over 8 years ago
Hi All,
We have a requirement wherein a user will login to an external portal and system will display the list of records(example. Tickets), which we will pass through Appian WebAPI. Once the user selects a particular record, he needs to get authenticated to land on the site page for that specific record dashboard.
I am aware that a user can be redirected to a site/page once authenticated via User Start Pages but can they be redirected to a specific record summary dashboard on a site after authentication?
Correct me in case my understanding is wrong and suggest any ideas.
Thanks.
Hitesh
OriginalPostID-261470
Discussion posts and replies are publicly visible
Parents
0
TJ
A Score Level 2
over 8 years ago
I believe the requirement is to get record summary dashboard url.
Use following code to get record unique url identifier. Append it to /tempo/records/item/<value>/view/summary
a!linkField(
label:"abc",
links:a!recordLink(
label:"clickhere",
recordType:cons!test_record,
identifier:"1190"
)
).links.@attributes.@anyAttribute._recordRef
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
TJ
A Score Level 2
over 8 years ago
I believe the requirement is to get record summary dashboard url.
Use following code to get record unique url identifier. Append it to /tempo/records/item/<value>/view/summary
a!linkField(
label:"abc",
links:a!recordLink(
label:"clickhere",
recordType:cons!test_record,
identifier:"1190"
)
).links.@attributes.@anyAttribute._recordRef
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data