open_record
Get a link that opens one record (a customer, job, invoice…) on its own screen in the Fieldproxy web app, for the user to click — you can't open their browser yourself. Give the table and the record's id (or another unique column in id_column).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| id_column | No | A unique column to find the record by. Default id | |
| record_id | Yes |