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 :
Small and medium business | Business Central, N...
Suggested Answer

Opportunity - do you want to select the customer template?

(0) ShareShare
ReportReport
Posted on by 161

Hi,

When on a contact card and if I want to create a sales quote for a contact that isn't a customer I get asked the following question.

"Do you want to select the customer template?"

Can this be defaulted so that this questions isn't asked?

Thanks for any help in advance.

Neil.

I have the same question (0)
  • Suggested answer
    Marco Mels Profile Picture
    Microsoft Employee on at

    Hello,

    I believe this is not possible. In Sales Header table, this is defined:

           SelectCustomerTemplateQst: Label 'Do you want to select the customer template?';

    SelectSalesHeaderNewCustomerTemplate()

    #if not CLEAN18

       [Obsolete('Will be removed with other functionality related to "old" templates. Replaced by SelectSalesHeaderNewCustomerTemplate()', '18.0')]

       procedure SelectSalesHeaderCustomerTemplate(): Code[10]

       var

           Contact: Record Contact;

           ConfirmManagement: Codeunit "Confirm Management";

       begin

           Contact.Get("Sell-to Contact No.");

           if (Contact.Type = Contact.Type::Person) and (Contact."Company No." <> '') then

               Contact.Get(Contact."Company No.");

           if not Contact.ContactToCustBusinessRelationExist then

               if ConfirmManagement.GetResponse(SelectCustomerTemplateQst, false) then begin

                   Commit();

                   exit(CopyStr(Contact.LookupCustomerTemplate(), 1, 10));

               end;

       end;

       procedure SelectSalesHeaderNewCustomerTemplate(): Code[20]

       var

           Contact: Record Contact;

           ConfirmManagement: Codeunit "Confirm Management";

       begin

           Contact.Get("Sell-to Contact No.");

           if (Contact.Type = Contact.Type::Person) and (Contact."Company No." <> '') then

               Contact.Get(Contact."Company No.");

           if not Contact.ContactToCustBusinessRelationExist then

               if ConfirmManagement.GetResponse(SelectCustomerTemplateQst, false) then begin

                   Commit();

                   exit(Contact.LookupNewCustomerTemplate());

               end;

       end;

    You may want to raise it as a feature suggestion. Looks like a good suggestion. To be raised via https://aka.ms/bcideas .

    Thanks.

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,857 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,047 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 959 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans