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

Announcements

No record found.

News and Announcements icon
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
    Mariano Gracia Profile Picture
    on at

    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.
  • Verified answer
    Vilmos Kintera Profile Picture
    46,149 on at

    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.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans