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
2 replies
Subscribers
10 subscribers
Views
1886 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
When creating an intuitive URL from an external system the documentation says to
Jin Pheh
Certified Associate Developer
over 10 years ago
When creating an intuitive URL from an external system the documentation says to use a Record opaque ID as the last parameter. If the record is entity backed this would correspond to the primary key of the entity correct?
If so can anybody spot check this url? When clicking on it users are being taken to the all record view instead of the specific record summary dashboard:
https://.../suite/tempo/records/property/75...
OriginalPostID-129929
OriginalPostID-129929
Discussion posts and replies are publicly visible
0
shivakanthr
over 10 years ago
you have to append your URLStub(you will get it while creating Record) along with this url
https://.../suite/tempo/records/property/URL Stub/75
or you can use below urlforRecord(recordtype,PK) function
<a href='urlforrecord(recordType, uniqueID)'></a>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jin Pheh
Certified Associate Developer
over 10 years ago
I'm not sure I follow what you mean by 'urlStub'. The record type I'm trying to link to is 'property' (already part of the url) and the documentation makes no reference to anyother URL parameters that need to be part of the string.
The URL created by urlforrecord is: https://.../suite/tempo/records/type/property/item/<appian-itemId>/view/summary
which doesn't use any other identifiers.
Also, because these links are being generated in an external system we don't have access to the urlforrecord expression.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel