Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The single record can include that link. If you want it to look nice suggest making a formula URL field called [Link to Delivery] with the formula
urlroot() & "db/" & [_DBID_DELIVERIES] & "?a=dr&rid=" & [Related Delivery]
You will need to check the correct table name in the advanced properties for the Deliveries table.
For the multi record notification the system will send the user a link to the changed records. I think that you would need to make that field a default field in the default reports setting so when the user drill into the link, that they will see a column with a link to the delivery.
urlroot() & "db/" & [_DBID_DELIVERIES] & "?a=dr&rid=" & [Related Delivery]
You will need to check the correct table name in the advanced properties for the Deliveries table.
For the multi record notification the system will send the user a link to the changed records. I think that you would need to make that field a default field in the default reports setting so when the user drill into the link, that they will see a column with a link to the delivery.