Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page 99000883 CreateOrders #227

Closed
ThomasBrendel opened this issue Aug 23, 2018 · 1 comment
Closed

Page 99000883 CreateOrders #227

ThomasBrendel opened this issue Aug 23, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@ThomasBrendel
Copy link

When you insert SETSELECTIONFILTER(Rec) on that line, you can plan only those lines that you had marked and want to plan and must not plan the full page full of lines:

image

Can you please insert this SETSELECTIONFILTER?

@StanislawStempin StanislawStempin transferred this issue from microsoft/AL Nov 1, 2018
@AndreiPanko AndreiPanko added the wontfix This will not be worked on label Jun 19, 2019
@AndreiPanko
Copy link
Contributor

AndreiPanko commented Jun 19, 2019

It is a request for changing the current behavior. Currently system creates line(s) in production order(s) for all visible sales lines. After suggested change it will be for selected lines only (by default it is 1 line that is selected). It will introduces additional confusion, as before creation of order(s) system will ask if it should be Production Order per Item or per Sales Order (aka Project Order).

As workaround, if you need it for your specific customer, I would suggest to subscribe for OnBeforeCreateProdOrder event and apply filter to Rec variable that is exposed in that event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants