Boyem Universal Function - Help with Input on Find
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.
0
-
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
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario