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
InfantInfant 

Return Value and Use in Where Claue

How to return the value from the following code and also use the same value in the where clause of the another SOQL stmt inside a custom control

 

contact y= [select account.name from contact where email= :usr.email];