Skip to main content
christianr0001
December 5, 2025
Question

Link for Record Type

  • December 5, 2025
  • 5 replies
  • 0 views

When creating or editing a record type, you can see the URL of the record list.

How can I read this so that I can create a link button to the record list for the user?

I don't want to see a single record, but the complete list.

The solution is:

a!urlForRecord(
   recordType: cons!SODA_PGN_RECORD_TYPE_PGN_REQUEST,
   targetLocation: â`˜TEMPOâ`™
)

I was just missing the function a!urlForRecord().

5 replies

harshas2775
December 5, 2025

In the Record Type->List you can see the tempo URL for the record list. If you want to direct users to tempo then create a constant with this url and then us safelink() for redirection from a link field, link attribute.

mikes0011
Brainy
December 5, 2025

Indirect answer, but I've always found it a little more useful to simply construct my own record list grid for user viewing, because it's more configurable (and far easier TO configure) than the built-in record type list.

christianr0001
December 5, 2025

The solution is:

a!urlForRecord(
   recordType: cons!SODA_RECORD_TYPE,
   targetLocation: â`˜TEMPOâ`™
)

I was just missing the function a!urlForRecord().

mikes0011
Brainy
December 8, 2025

Note that this will

  • take users to Tempo, and thus,
  • require end users to have Tempo access (which you might not want).
stefanhelzle0001
December 8, 2025

Create a site, add the record list as a page, done.