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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Cannot edit a record in Number sequence Scope

(0) ShareShare
ReportReport
Posted on by 916

Hello ,

I have this problem , when i tried to update NumberSequenceScope the table but the following code i get the error message: "Cannot edit a record in Number sequence Scope (NumberSequenceScope). Reference: 0.The record already exists."

static void Job3(Args _args)
{
    NumberSequenceScope     oldNumSequScope;
    ttsBegin;
    select forUpdate oldNumSequScope where oldNumSequScope.RecId == 5637146826 
                    && oldNumSequScope.DataArea  == "123";
    if(oldNumSequScope)
    {
        oldNumSequScope.FiscalCalendarPeriod   = 5637146093;
        oldNumSequScope.update();
        info("ok");
    }
    ttsCommit;
}


*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mea_ Profile Picture
    60,284 on at

    Hi Alex.

    NumberSequenceScope table has one unique index that includes FiscalCalendarPeriod field. Probably there is already a record with same FiscalCalendarPeriod and other index fields  you are trying to set, so data base throw error because of duplicates.

    We don't know why do you want to change this field, but I can assume that you want to change scope of number seq record. My proposition to you is to find scope with required fiscal period and then update number seq record with it instead of changing existing scope.

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…

Neeraj Kumar – Community Spotlight

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

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Priya_K Profile Picture

Priya_K 4

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#3
Sukrut Parab Profile Picture

Sukrut Parab 2 Moderator

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans