AshleyAsante
6 years agoQrew Cadet
URL for a Parent Record
I have a parent table Called Requests. And a child table called Tasks.
When a new request is created, a task is automatically created for a user designated in the Requests table.
The task looks up to the Request and pulls down 1)project, 2) customer, 3) RECID of the parent record.
I'd like to include the URL of the related request, on the task form, so that the person assigned can go directly to that request. (right now I'm doing that through a lookup field to record ID in the parent record).
I'd also like to use that URL in the notification email in the task table. (so that user can go directly from notification email in task table to the parent record in the request table).
How do I create a URL for a given record?
When a new request is created, a task is automatically created for a user designated in the Requests table.
The task looks up to the Request and pulls down 1)project, 2) customer, 3) RECID of the parent record.
I'd like to include the URL of the related request, on the task form, so that the person assigned can go directly to that request. (right now I'm doing that through a lookup field to record ID in the parent record).
I'd also like to use that URL in the notification email in the task table. (so that user can go directly from notification email in task table to the parent record in the request table).
How do I create a URL for a given record?