function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Always ThinkinAlways Thinkin 

Where are API name changes not automatically updated?

When you change the API name of a field I recall that some metadata components are not updated. Has anyone seen a comprehensive list? I figure I can always use the IDE to search against all files and replace the old name but I want to make sure I'm hitting all the possible locations that an API field might not be automatically updated.

 

The places I can think to check are:

Apex Classes and Triggers

Visualforce Pages

Templates

Formula Fields

Validation Rules

Workflow Rules

Reports

S-Controls

 

Can anyone think of other places an API name might not get automatically updated?

 

Thanks!

Luke C