Boyem Universal Function - Help with Input on Find

Paul Lumley

Hi guys im trying to create a simple function that asks the user for a document id, opens the relevant form in search mode and then transfers the input into the id field.

This is the code I have

@Storel ='[%0]';
Activate(2305);
Activate(1281);
Set($[$8.0.0]|@Store1);
Click($[$1.0.0]) 

 

For some reason the set element is not transferring the user field? Its on the PO form.
Any debugging help gladly appreciated.

Comentarios

1 comentario

  • Comment author
    Paul Lumley

    I have fixed this 
    @STORE1 ='[%0]';
    Activate(2305);
    Activate(1281);
    //Set($[$8.0.1]|@Store1);
    Transfer(STORE1|$[$8.0.0]);
    Click($[$1.0.0]) //Click Find

    0

Iniciar sesión para dejar un comentario.