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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow