Referencing an Object
When referencing an object, like a component, page, record, menu, or field, always use the ObjectClass.ObjectName convention instead of a simple string. For example, use PAGE.MY_PAGE instead of “MY_PAGE”, FIELD.SETID instead of “SETID”, etc. This allows object references to be catalogued and automatically updated whenever an object is renamed.