Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX forum
Answered

'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;


  • 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

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,252 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,089 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans