Skip to main content

AutoPressNextPopup() not working for Document type UDO

Answered

Comments

2 comments

  • Official comment
    Yaremi Miranda Lopez

    Hello Balakumar,

    In this case is because this command needs to be before the event that is going to show the popup, change the macro like this:

    Activate(47619); //Activate Tracking screen 
    AutoPressNextPopup();
    Activate(1281); //Find Mode
    Set($[$1_U_E.0.NUMBER]|@STORE1); //Transfer DocEntry
    Click($[$1.0.0]); // Click Find button
  • Balakumar Viswanathan

    Hi Yaremi,
    It worked... Thanks..

Please sign in to leave a comment.