Skip to main content
Community site session details

Community site session details

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

Service Order Posting Date - how to default to None?

(1) ShareShare
ReportReport
Posted on by 100
Hi,
 
We are implementing the service order module for a customer for the first time and have run into a problem.
 
When a service order is created, the Posting Date field is set to the working date. We do not want that, we want that the Posting Date field is left blank.
 
How can we achieve this?
 
Thanks
 
Jim
  • Suggested answer
    YUN ZHU Profile Picture
    86,048 Super User 2025 Season 1 on at
    Service Order Posting Date - how to default to None?
    Hi, this is a standard feature in Sales and Purchase. It is recommended to submit this idea to Microsoft.
    Missing a feature? Post or vote for ideas on: aka.ms/BCIdeas
     
    Hope this helps.
    Thanks.
    ZHU
  • Suggested answer
    Saurav.Dhyani Profile Picture
    14,322 Super User 2025 Season 1 on at
    Service Order Posting Date - how to default to None?
    Hi,
     
    Your developer can subscribe to event - OnAfterInitRecord from Service Header Table.
     
    This event will allow them to reset fields like posting date when new Service Documents are created.
     
     
     
    Regards,
    Saurav Dhyani
  • Netjacker2097 Profile Picture
    278 on at
    Service Order Posting Date - how to default to None?
    Hi,
     
    you can extend your page and add this code:
     
        trigger OnAfterGetRecord()
        begin
     
            begin
                rec."Posting Date" := WorkDate;
                CurrPage.Update;
            end;
        end;
     
        trigger OnClosePage()
        begin
            begin
                Commit();
            end;
        end;
  • Jim Oskarsson Profile Picture
    100 on at
    Service Order Posting Date - how to default to None?
    Thanks Valentin,
     
    Much appreciated 👍.
     
    Jim
  • Verified answer
    Valentin Castravet Profile Picture
    28,290 Super User 2025 Season 1 on at
    Service Order Posting Date - how to default to None?
    It's not possible out of the box. The system always defaults the posting date as the working date. You can either get a developer to change the service order so it doesn't auto populate the posting date, or make it a requirement for the user populating the service order to enter the correct date.
     

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans