web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Best way to check if a record exists

(0) ShareShare
ReportReport
Posted on by

Is this the best way to check if a record exists?

Select Recid from salestable where salestable.saleid = salesid;

I have the same question (0)
  • Suggested answer
    PA-22040759-0 Profile Picture
    6,194 on at
    RE: Best way to check if a record exists

    You could add the firstOnly keyword to the statement for better performance:

    select firstOnly RecId from salestable where salestable.saleid = salesid;

  • Verified answer
    Vijay Yelmame VY Profile Picture
    468 on at
    RE: Best way to check if a record exists

    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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,258

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 949 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 631 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans