find_field_references
Find where a table field is referenced in dictionary entries and scripts. Use it before renaming or removing a field to identify affected code, treating matches as candidates for review.
Instructions
Find where a table field is used — its dictionary entry plus any scripts (business rules, script includes, client scripts, UI actions, widgets) that mention the field name. Use it before renaming or removing a field. Script matches are substring (LIKE) hits, so expect false positives (comments, similarly-named symbols) and misses for dynamically-built references; treat results as candidates to review, not a definitive list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Field (column) name, e.g. "u_custom_field" | |
| limit | No | Max matches per source (default 50) | |
| table | Yes | Table name, e.g. "incident" |