Question
Link for Record Type
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().
