VLOOKUP Function In Salesforce

Use to comparing the field on related object.

Syntax:
VLOOKUP(field_to_return, field_on_lookup_object, lookup_value)

Create a validation rule and pass parameters, field_to_return, field_on_lookup_object & lookup_value.

Field_to_return : The field that contains the value you want returned
Field_on_lookup_object : The field on the related object that contains the value want to match
Lookup_value : The value want to match.
Continue reading “VLOOKUP Function In Salesforce”