Attach Delivery To Service Call Answered

Dikla Yunger

Hey,

 

I try to create automation that when I create a Delivery from a Service Call through the expanses tab, the system will automatic press OK and UPDATE in the expense window (Form 60116) That stay from the back and Being Focus after adding the Delivery.

I tried to create macro command but it does not work with no error message.

Activate();
Click($[1.0.0]);

What Can I Do?

Please Advise,

Comments

1 comment

  • Comment author
    Naama Aharoni
    • Official comment

    Hi Dikla,

    Unfortunately, I am missing the full macro you are using to add the delivery through the service call.

    To add the delivery, you need to use the click($[$1.0.0]) as you wrote and then, since the focust moved to a new screen, you need to use the activate() command right after the click command.

    Hope it is more clear :)

    Thanks ,Naama

Please sign in to leave a comment.