-
Notifications
You must be signed in to change notification settings - Fork 687
Description
Why do you need this change?
We handle prod orders from external devices via service calls. Because of how some of the interactions operate with UI elements in Business Central and how users want those (or more) prompts before continuing the process, we need to call two of the internal procedures that are leveraged from "Prod. Order Status Management". We are not able to subscribe to events in these flows to interop with custom prompts, so we need to
- call ShouldCreateWhsePutAwayForProdOutput via service
- trigger user prompt on our platform
- call CreateWhsePutAwayForProdOrderOutputLine via service
Currently this means we have to duplicate this behaviour and break any other vendor that wants to modify the base business central behaviour, which we would prefer not to do, it's nice for us or them :)
Describe the request
Add public access for ShouldCreateWhsePutAwayForProdOutput and CreateWhsePutAwayForProdOrderOutputLine
Internal work item: AB#619084