Macro Command to click a "Copy From" option Answered

Ian Hall

 G'day,

Long time user of B1UP but new to the forums, my apologies if this has been asked and answered but I could not find it.

Is there a way in a Universal Function Macro to simulate clicking on the "Copy From" button and then clicking one of the options? Specifically, I want to simulate:

  1. Open an A/R Down Payment Invoice form
  2. Click on the "Copy From" button
  3. Click on the "Sales Orders" option

I can do steps 1 and 2 easily enough but cannot see a way to do step 3. B1 seems to pop a pseudo form with a matrix on it but I could not access it. Is it possible to achieve this in a Macro?

Thank you in advance.

 

 

Comments

3 comments

  • Comment author
    Thomas
    • Official comment

    Hi Ian,

    Try this in your macro:

    Set($[$10000330.0.0]|Sales Orders);

    Thanks,

    Thomas

  • Comment author
    Sean Martin

    In a macro you can use a set command such as Set($[$10000329.0.0]Sales Order)

    0
  • Comment author
    Ian Hall

    Excellent, thank you both.

    0

Please sign in to leave a comment.