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 :
Microsoft Dynamics AX (Archived)

Avoid inserting Duplicate Record in Table

(0) ShareShare
ReportReport
Posted on by 4,624

Hi All,

I have a table where i am storing  recId field from another table. I want there should be no duplicate Recid in field while inserting reciD and it would gives error. what code should be used for this as best practices.

Looking for your suggestion please.

Thank You!

Visvash Walia

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Vilmos Kintera Profile Picture
    46,149 on at
    RE: Avoid inserting Duplicate Record in Table in AX 2012R2

    It is enough to create the unique index, no additional check required.

    If you want, you could override aosValidateWrite() (that one is always called, even if you create a doInsert()) and could provide a custom, more meaningful message for the user about what and why is not allowed to be duplicated in a checkFailed() message.

  • Verified answer
    Mariano Gracia Profile Picture
    on at
    RE: Avoid inserting Duplicate Record in Table in AX 2012R2

    What I would do is:

    1. Create an index for the RefRecId field, set the property allow duplicates to false.
    2. Make the RefRecId field mandatory, allowEdit property set to false, allowOnCreate property to true.
    3. Allways check duplicates before insertion, something like if (Table::exists(RefRecId value) == false) 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

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#1
Guy Terry Profile Picture

Guy Terry 2 Moderator

#1
Community Member Profile Picture

Community Member 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans