Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV forum
Suggested answer

Handling Confirmation Popup through Code

Posted on by 372

Hello,

I am trying to make a custom Post button for service, so that it only post-ship specific service lines. However, I want to be able to handle the STRMENU that pops up Ship, Consume, Invoice etc.. to be defaulted to choose Ship so the user doesn't have to.

Thank you,

-Chaz

  • ChazKimRP Profile Picture
    ChazKimRP 372 on at
    RE: Handling Confirmation Popup through Code

    Hello,

    Where are you placing this code? What I am doing is calling the posting codeunit from an action to post specific lines, and only want the user to ship the lines, so bypass the pop up.

    Thanks

  • Bodhi Profile Picture
    Bodhi 554 on at
    RE: Handling Confirmation Popup through Code

    Like this?

    Text000: &Ship,&Invoice,Ship &and Invoice

           Selection := STRMENU(Text000,3);

           IF Selection = 0 THEN

             EXIT;

           Ship := Selection IN [1,3];

           Invoice := Selection IN [2,3];

  • Suggested answer
    Marco Mels Profile Picture
    Marco Mels on at
    RE: Handling Confirmation Popup through Code

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

    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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,554 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,588 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans