Hello Business Central team,
I'm stuck at a place where the Boolean is Coming automatically False - I need to make the Boolean Automatic True (Please refer to the Screenshot Below)
Process Followed - (Advance Warehousing)
Step - 1 - Sales Order
Step - 2 Create Warehouse Shipment.
Step - 3 Create Pick from Warehouse Shipment Page - This Action generates the below mentioned Dialogue Box where i want the Highlighted Boolean True - It's Coming False as of now.
Request you to share any idea related to this.
Things Checked as of now -
1) General Ledger Set up
2) Inventory Set Up
3) Warehouse Set up
4) Location Card (Missing something here ?)
Regards
Karan Mehta
Thank You Mohana,
the first part worked perfectly fine for me.
Regards
Karan
There are 2 options
1. This will be set to true if "Use ADCS" is set to true on Location.
2. We have to customize by using below code.
[EventSubscriber(ObjectType::Report, Report::"Whse.-Shipment - Create Pick", 'OnAfterOpenPage', '', false, false)]
local procedure OnAfterOpenPage(var DoNotFillQtytoHandle: Boolean);
begin
DoNotFillQtytoHandle := true;
end;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156