The users want to have a saved search that shows the links of the custom record which will route them to the results of that custom record from transaction search
- Navigate to Reports > Saved Searches > All Saved Searches > New
- Select Transaction Saved Search
- Rename Search
- Under Criteria tab, add the field:
**You may also add another criteria such as the type and created by - Under Results tab, click Remove All button to remove unnecessary details, add this formula:
Formula (Text)
'<a href='https://<accountID>-sb2.app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=725&id='||{internalid}||' target=_blank>View</a>'
**Replace <accountID> with your account ID
6. Click Save & Run