Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

How to open newly created orders through my custom action button.

Posted on by 225

How to open newly created orders through my custom action button.

*This post is locked for comments

  • Suggested answer
    CDsilva Profile Picture
    CDsilva 4,184 on at
    RE: How to open newly created orders through my custom action button.

    Hi,

    PurchaseHeader.FINDLAST;

    PAGE.RUNMODAL (PAGE::"Purchase Order",PurchaseHeader) ;

  • KaryaNavTech Profile Picture
    KaryaNavTech 225 on at
    RE: How to open newly created orders through my custom action button.

    I tried but it isnt working can you please suggest how can i use RUNMODAL function to open the page for the last PO.

  • KaryaNavTech Profile Picture
    KaryaNavTech 225 on at
    RE: How to open newly created orders through my custom action button.

    SUPER..LIKE

  • Verified answer
    CDsilva Profile Picture
    CDsilva 4,184 on at
    RE: How to open newly created orders through my custom action button.

    Hi,

    Record.RESET;

    Record.SETRANGE(No, Rec.No);

    IF Record.FINDFIRST THEN

    PAGE.RUN(<PageNumber>,Record);

    Here,

    Record is Table Name.

    I'm setting a filter with the current Record No and then Run the page

  • Mohana Yadav Profile Picture
    Mohana Yadav 59,137 Super User 2024 Season 2 on at
    RE: How to open newly created orders through my custom action button.

    sort table on number and findlast and run the page with that record if you are using single number series.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans