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

Removing Cancel button while posting Sales Order

(1) ShareShare
ReportReport
Posted on by 238
Dear experts,
I have to Remove cancel button when user clieck on post then ship and invoice then while posting one dialog box window shows processing and entries posting this also has cancel buttton i need to Remove this button so that no user can cancel posting can anyone help Thanks in advance please find Following SS for Ref.
 
  • DineshM Profile Picture
    238 on at
    Removing Cancel button while posting Sales Order
    Thank you for Responce.@Kamal Khakhkhar,@TeddyH ,@YUN ZHU and blog for same @KasparsSemjonovs.

    Got Solution 
  • Verified answer
    Teddy Herryanto (That NAV Guy) Profile Picture
    13,486 Moderator on at
    Removing Cancel button while posting Sales Order
    You should use HideProgressWindow=True because you want to hide the progress window.
  • Verified answer
    YUN ZHU Profile Picture
    81,789 Super User 2025 Season 1 on at
    Removing Cancel button while posting Sales Order
    Hi, KasparsSemjonovs is right, I've tested it.
     
    Hope this helps.
    Thanks.
    ZHU
  • Verified answer
    KasparsSemjonovs Profile Picture
    4,192 Super User 2025 Season 1 on at
    Removing Cancel button while posting Sales Order
    From the logic I would say HideProgressWindow=True;  would indicate that You want to hide the progress window... 
    but I am not a developer, and haven't used this myself.
  • DineshM Profile Picture
    238 on at
    Removing Cancel button while posting Sales Order
    Hi 
    I have tried following Event but not working
    codeunit 50008 "All sub"
    {
        [EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnBeforePostATO', '', false, false)]
        local procedure OnBeforePostATO(SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var TempPostedATOLink: Record "Posted Assemble-to-Order Link" temporary; var AsmPost: Codeunit "Assembly-Post"; var ItemJnlPostLine: Codeunit "Item Jnl.-Post Line"; var ResJnlPostLine: Codeunit "Res. Jnl.-Post Line"; var WhseJnlPostLine: Codeunit "Whse. Jnl.-Register Line"; HideProgressWindow: Boolean; var IsHandled: Boolean)
        begin
            HideProgressWindow := false;
        end;
     
        [EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnBeforePostSalesDoc', '', false, false)]
        local procedure OnBeforePostSalesDoc(var SalesHeader: Record "Sales Header"; CommitIsSuppressed: Boolean; PreviewMode: Boolean; var HideProgressWindow: Boolean)
        begin
            HideProgressWindow := false;
        end;
     
        [EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnBeforeInitPostATO', '', false, false)]
        local procedure OnBeforeInitPostATO(SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var AsmPost: Codeunit "Assembly-Post"; HideProgressWindow: Boolean; var IsHandled: Boolean)
        begin
            HideProgressWindow := false;
        end;
     
    }
  • Kamal Khakhkhar Profile Picture
    404 on at
    Removing Cancel button while posting Sales Order
    Hii there,
    as per your requirement you need to add code on event of "codeunit 80 "Sales-Post"-> OnBeforeInitPostATO" you need to pass HideProgressWindow=False; as per below.
     
    [EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnBeforeInitPostATO', '', false, false)]
    local procedure OnBeforeInitPostATO(HideProgressWindow: Boolean; SalesHeader: Record "Sales Header"; var AsmPost: Codeunit "Assembly-Post"; var IsHandled: Boolean; var SalesLine: Record "Sales Line")
     
    begin
    HideProgressWindow := false;
    end;
     
    If You get your answer , Mark it answered.
    Thank You,
    Kamal Khakhkhar.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March 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... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,013 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans