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)

How to setup customer CreditLimit Check for Protest Journal validation ?

(0) ShareShare
ReportReport
Posted on by 352

Hi Everybody

Can we setup in standard a way to check or not CreditLimit when validating a Customer Protest Journal ?

By now, I'm just basing on customer posting profile which i check by coding (hardcoded) in CustVendVoucher Class (Method  : validate()), and when this posting profile is related to Protesting so I miss this CreditLimitCheck (When making a PackingSlip or Invoice, this check is mandatory of corse), so to not be missed!), like this :

public boolean validate()
{
    boolean ret = true;
    ;
    

// PostingProfile check added by me if (postingProfile == "MyProtestProfile"){ ret = true; }else { if (ret && !this.parmBypassCreditCheck() && !this.isAmountBelowCreditMax(typeOfCreditmaxCheck) && !this.postingProfileSettlement()) { ret = false; } } return ret; }

The standard Method was like that :




public boolean validate()
{
    boolean ret = true;
    ;
    
        if (ret && !this.parmBypassCreditCheck()   &&
            !this.isAmountBelowCreditMax(typeOfCreditmaxCheck) && !this.postingProfileSettlement())
        {
            ret = false;
        }

    
    return ret;
}

My Account receivable parameters are like what you can see in the attached picture.Credit-rating.png

Thanks in advance :)

*This post is locked for comments

I have the same question (0)

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans