Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

How to create a new sales order from a custom action

(1) ShareShare
ReportReport
Posted on by 36
How to create a sales order to a customer from a custom action. 

i have created a custom action in sales order list page. On action a standard dialog box opens up with customer as a field, as a user selects the customer the sales order should be created for that customer. is it possible? 
  • Verified answer
    YUN ZHU Profile Picture
    78,733 Super User 2025 Season 1 on at
    How to create a new sales order from a custom action
    An important point, don't use ":=", please use Record.Validate(Any [, Any]) Method.
     
     
    Thanks.
    ZHU
  • Suggested answer
    Syed Safwan Profile Picture
    36 on at
    How to create a new sales order from a custom action
    Hi gdrenteria, i went through the link you shared and found the answer, using the below code. thank you
     
                        trigger OnValidate()
                        var
                            SalesHeader: Record "Sales Header";
                            Customer: Record Customer;
                        begin
                            Customer.Get(Rec.Customer);
                            SalesHeader.Init();
                            SalesHeader."Document Type" := SalesHeader."Document Type"::Order;
                            SalesHeader."Sell-to Customer No." := Customer."No.";
                            SalesHeader."Sell-to Customer Name" := Customer."Name";
                            SalesHeader.Insert(TRUE);
                        end;
  • Verified answer
    gdrenteria Profile Picture
    15,338 Most Valuable Professional on at
    How to create a new sales order from a custom action

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... 292,884 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,760 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans