Salesforce Fact #74 | Reference check
We can refer a field in two ways. one way is we can directly refer the field name using dot operator. And other way is referring the field dynamically.
However, we should follow the approach to directly refer the field as it is counted as a reference to the field, whereas in dynamic approach it is not counted as a reference. It is especially helpful when we are tracking in which places exactly the field has been been used.
Attached is the screenshot.
Comments
Post a Comment