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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to check existence of a record while inserting data in to a table ?

(0) ShareShare
ReportReport
Posted on by

Hi all,

I am importing some data from a CSV File and then inserting the same into a Table.

Now While inserting I want the program to Stop when the record already exists in the same table. 

Please Provide me some sample code ..

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Sohaib Cheema Profile Picture
    49,570 User Group Leader on at

    You can write a select statement based on primarykey of your table.

    Suppose your Table has PrimaaryKeyABC with one field inside that key you can write something as under

    Select firstonly tableNameBuffer

                                    Where tableNameBuffer.FielldNameofPk == _SomeValue;

    If(!tableNameBuffer) //if does not exists !

                    {

                                    //insert

          }

     

     

    Similarly if your Table has a composite primary key, write statement accordingly.

    Select firstonly tableNameBuffer

                                    Where tableNameBuffer.Fielld_1_NameofPk == _SomeValue

                                                    && tableNameBuffer. Fielld_2_NameofPk == _someOtherValue;

                    If(!tableNameBuffer) //if does not exists !

                    {

                                    //insert

    }

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

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
TAHER Mehdi Profile Picture

TAHER Mehdi 3

#2
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#2
Volodya Profile Picture

Volodya 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans