Announcements
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
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
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];
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.
dynamicsuser.net/.../developers
I will open this up to the community in case they have something to add.
Thanks.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156