Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Customer accounts put on hold in D365 FO

(0) ShareShare
ReportReport
Posted on by 160
Hi Experts,
 
Your expert help and suggestions are required to achieve the below requirement.
 
We have put some customer accounts on hold and we don't want those records to be displayed in create SQ, SO etc drop down list for all the users.
 
Is it possible to achieve this requirement with out any customization from UI..?
 
Application: D365 FO cloud 
Installed product version : 10.0.34 (10.0.1591.100)
Installed platform version : Update58 (7.0.6931.116)
 
  • Verified answer
    Naveednawaz Profile Picture
    27 on at
    Customer accounts put on hold in D365 FO
    As default it is not possible you need to make changes in form control Lookupcustomer
     
     
    public static void lookupCustomer(FormControl _formControl, CompanyId _companyId  = curExt(), CustTableLookupDisplayType _displayType = CustTableLookupDisplayType::Default)
        {
            // The following block is needed for the case that intercompany transactions is disabled and someone passes
            // in an empty string. Ideally one would remove the "curext()" defaulting from the paramter list, but this
            // code was added as part of a bug fix, and did not have the scope or need of changing the interface.
            var companyId = _companyId ? _companyId : curExt();
            if (!xDataArea::exist(companyId))
            {
                throw error(strFmt("@SYS10666", companyId));
            }
  • Verified answer
    Ramit Paul Profile Picture
    22,375 Most Valuable Professional on at
    Customer accounts put on hold in D365 FO
    Hi,
     
    Sadly no, The customers will still be visible as per the standard code deign unless you customize.
     
     

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,001 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,833 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans