Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi everyone, I'm looking for a good resource (docs, videos, or examples) that explains record actions and record views in Appian — especially how they work behind the scenes. I want to understand how visibility, context, and navigation are handled under the hood.
Here’s my current scenario:
I suspect it has something to do with how I’m setting up the record link or passing the identifier, but I’m not sure.
Would really appreciate:
Thanks in advance!
Discussion posts and replies are publicly visible
You will have to create a separate richTextItem for each policy number.
Issues seems to be, fv!identifier refers to the parent record (the Policy), not the individual PolicyForm.Replace fv!identifier with the specific PolicyForm Id from your row data.
a!recordLink( recordType: recordType!CS_PolicyForm, identifier: fv!row[recordType!CS_PolicyForm.fields.policyformid] /* Use the actual field name for your PolicyForm ID */ )