Is this the best way to check if a record exists?
Select Recid from salestable where salestable.saleid = salesid;
You could add the firstOnly keyword to the statement for better performance:
select firstOnly RecId from salestable where salestable.saleid = salesid;
Hi,By standard practice you can check it by calling exists method like below or if its custom table then you can create exists method and use it. if (VendTable::exist(AccountNum)){
}if there is no standard exists method available then the query you have written is correct but make sure this need to write at table level so it can be reusable.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,258
André Arnaud de Cal... 949 Super User 2025 Season 2
Sohaib Cheema 631 User Group Leader