Skip to main content

OPENS THE AVAILABLE TO PROMISE WINDOW WHEN USER DOUBLE CLICKS STOCK CODE IN THE PRODUCTION ORDER.

Answered

Comments

4 comments

  • Official comment
    Thomas

    Hi Rahul,

    It's not possible to open the Available to promise window straight from the Production order -window. However, you can add a command CloseParent() to your macro to close the Item Master Data -window automatically:

    Activate(3073);
    Transfer($[$37.4.ItemCode]|$[$5.0.0]);
    Click($[$1.0.0]);
    Activate(5961);
    CloseParent();

    To prevent the header double clicks from triggering your validation, you need a simple .NET Snippet to return the row you're clicking. See more on .NET Snippets (https://youtu.be/YSZ8wMTOLHg).

    However, .NET snippets are always considered premium support, which you can request from our support e-mail support@boyum-it.com

  • Rahul

    Hello Everyone
    It's been eight days since I asked a question
    Does anyone even visit this forum?

  • Rahul

    Hi Thomas
    Thanks for replying. At least part of my problem is now solved
    Premium support means I gotta pay?
    Thanks and Regards
    Rahul

  • Naama Aharoni

    Yes, premium support is a paid service.

Please sign in to leave a comment.