Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Partial settlements are not allowed when conditional tax is involved. Settle the entire amount. !

Posted on by 350

Hi Everybody

We have a specific Journal form for settling operations. It's the same as the standard form Settl bill of exchange journal. in both of these forms, we can not set a settled amount which is different than the Opened amount (Functions >> Settlment). The problem is that in our specific process we can have the situation where the amounts are differents, but AX block this operation once we try to modifiy mannulay the amount and getting this message Partial settlements are not allowed when conditional tax is involved. Settle the entire amount.

My question is : What will be the impact if we disable this control ?

Thanks in advance :)

*This post is locked for comments

  • Verified answer
    JauB Profile Picture
    JauB 350 on at
    RE: Partial settlements are not allowed when conditional tax is involved. Settle the entire amount. !

    I got my happiness by following this link : https://community.dynamics.com/ax/f/33/t/104406

    Thanks for ALL :)

  • JauB Profile Picture
    JauB 350 on at
    RE: Partial settlements are not allowed when conditional tax is involved. Settle the entire amount. !

    By the way, is there any way to split unsettled transactions (which are in CustTransOpen). In that way if I have a transaction with 100 $ and I receive a payment only for 80  $so I can split it to 80 $ and 20 $ and when making the bill settlement I can mark only the transaction with amount = 80 $ ?

  • JauB Profile Picture
    JauB 350 on at
    RE: Partial settlements are not allowed when conditional tax is involved. Settle the entire amount. !

    Hi Ludwig

    We are under AX 2012 R3.

    It's not a bug to check hotfixes because it's a standard control that we can find in LedgerJournalEngine_CustBillSettle Class, Method = markedForSettlmentWarning as below :

    
    boolean markedForSettlementWarning(LedgerJournalTrans _ledgerJournalTrans)
    {
        boolean ret = true;
    ;
        if (TaxParameters::find().ConditionalTax)
        {
            if (_ledgerJournalTrans.SettleVoucher == SettlementType::SelectedTransact   &&
                _ledgerJournalTrans.amount()      != _ledgerJournalTrans.orig().amount())
                ret = checkFailed("@SYS85796");
        }
        return ret;
    }


  • Suggested answer
    Ludwig Reinhard Profile Picture
    Ludwig Reinhard Microsoft Employee on at
    RE: Partial settlements are not allowed when conditional tax is involved. Settle the entire amount. !

    Hi,

    What AX2012 version do you operate?

    Have you already checked LCS for available hotfixes?

    Best regards,

    Ludwig

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