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
5 replies
Subscribers
7 subscribers
Views
2712 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
#Record Identifer , identifiers for Process Backed Records Reading th
rayudua
over 11 years ago
#Record Identifer , identifiers for Process Backed Records
Reading this link
forum.appian.com/.../Records_Tutorial
shows how to create identifiers with Source Type Rule and use identifiers.
How can we use Source Type Process Model and use Tags and keep identifiers , any detailed explanation of this.
1. Have a process model based record
2. In the news i currently post the link to record which is a big url.
3. I want to use record tags instead of that big link in the news.
4. to use a!toRecordIdentifier , the 2nd argument seems identifiers which are specified in the Record Type.
Thanks...
OriginalPostID-105461
OriginalPostID-105461
Discussion posts and replies are publicly visible
0
jamesw353
over 11 years ago
Are you trying to let the users click the tag to get to the dashboard? I have gotten to use the tags yet so I'm a little unfamiliar with their behavior.
Have you tried putting the link under "More Info" on the message? That's what I use and it works well. I've attached a screenshot (with redacted data of course) showing the info pane collapsed and expanded to illustrate.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rayudua
over 11 years ago
Thanks james, I had the link like that already, but its quite long link right. I was suggested to use Record TAGS in news feature. but i see the tutorial only for Rule record type, and i have process model based record.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Terri McCormick
Appian Employee
over 11 years ago
Create a constant that points to your process backed record. In the post event node input for the record tag, try this:
=a!toRecordIdentifier(
recordType: cons!MY_RECORD_TYPE,
identifier: pp!id
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jamesw353
over 11 years ago
I just tried this out and it's pretty cool. Much cleaner than a big ugly link. I should look back over the 7.4 notes for other goodies I missed
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rayudua
over 11 years ago
Perfect, Terri thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel