Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

'Effective:' can only be updated to today or a value in future in change tracking mode.

Posted on by 455

I'm getting this error when trying to update a record in LogisticPostalAddress. Encountered it when using dirParty.createOrUpdatePostalAddress call but I confirmed the same behavior in a simple test job. The error happens within update call so I cannot trace it all the way through. Has anyone seen something similar?

Here's the job's code.

    LogisticsPostalAddress address =  LogisticsPostalAddress::findRecId(5637172374);
    ttsBegin;
    address.ZipCode = "45386";
    address.selectForUpdate(true);
    address.ValidFrom = DateTimeUtil::utcNow();
    address.ValidTo = DateTimeUtil::maxValue();
    address.validTimeStateUpdateMode(ValidTimeStateUpdate::CreateNewTimePeriod);
    address.update();
    ttsCommit;


*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: 'Effective:' can only be updated to today or a value in future in change tracking mode.

    Hello Alex

    You cannot update both date fields at the same time.

    This white paper may help you update date effective records such as in LogisticsPostalAddress table:

    Regards
    Hans-Peter

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans