Go To New on Production order

Joris Sibenius Trip

Has anyone found a way to automatically open the added production order after adding, similar to the Go To New functionality offered in the toolbox for purchasing and sales documents?

I saw this post but it does not seem to have been added:

https://support.boyum-it.com/hc/en-us/community/posts/115009415108

I have also tried to do this with a validation and Macro using Activate(1291); but this does not work.

All suggestions are very much appreciated

Comentarios

1 comentario

  • Comment author
    Geoff Booth

    This is not likely to be developed as SAP 10 by default has the same ability on many documents (not all and not Production Orders).

    You should be able to use your validation but alter the UF to use OpenForm() instead of Activate(1291).

    Try: 

    OpenForm(202|$[NEWID])' -- Form ID 202 =  Production Order and $[NEWID] is the Boyum keyword for the just created record

    0

Iniciar sesión para dejar un comentario.