Difference between For each and Find.

ajith

New Member
Hello,

Would like to know the difference between For each and Find.
Also Please let me know in which scenarios, will we select FOR or FIND ?


Thanks,
 
You generally use FIND when you expect to be working with a single record.

You use FOR EACH when you expect to process a set of records.
 
Back
Top