Saltar al contenido principal

AutoPressNextPopup() not working for Document type UDO

Respondida

Comentarios

2 comentarios

  • Comentario oficial
    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..

Iniciar sesión para dejar un comentario.