Friday, 6 January 2012

VLookup Function in Salesforce.com


There are some of the functions which cannot be used with formula fields and one such function is vlookup.
This function is only used in the validation rules.
Vlookup works exactly the same way the Lookup function works in excel and helps in maintaining the integrity of your data.
Business Use Case: We want to make sure, the discount entered is as per the master table shared by the organization based on n variables.

No comments:

Post a Comment

Grounding Prompt Templates with Apex Merge Fields

 Hi, You can include an Apex merge field in a prompt template to surface data retrieved from a SOQL query or an external API. Apex is also u...