function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Venkata Sumedha singanamalaVenkata Sumedha singanamala 

Help me with the VLookup function

Hey Guys,

I have a small requirment where I have to update the zip codes in one of the Custom object field named "Students" taking the zip code values from another Custome object filed "Zip codes" How to achieve this using VLook up function Please help me.
Deepak Kumar ShyoranDeepak Kumar Shyoran
VLookup is used to compare Lookup Name field which only used in validation rule. I think you need a trigger to copy one field from one Custom Object field to another another custom object field.