How to select a Radio Button using Macro in SAP Business One Function?
Hi everyone,
I am trying to select a Radio Button using a Macro in a SAP Business One Function, but I am not able to get it working.
My requirement is to select the Inactive/Deactive radio button when there is a change in the bank details.
I have tried using the Click method, as I found this approach in some SAP/Boyum documentation and other discussions, but it does not seem to work for this radio button.
Has anyone worked with radio buttons using Boyum B1UP Macros? Could you please share an example or advise which Macro command/method should be used to select a radio button?
For example, I am looking for something similar to: Click / Select Radio Button → Inactive
I would prefer to update the radio button through the SAP B1/B1UP UI rather than directly updating the database using SQL.
Any help or example would be greatly appreciated.
Thanks in advance!
Comentarios
1 comentario
Hi Rakesh,
Could you explain more on what you have so far. I just did a basic test on Business Partner Master data with a Marco that only says Click($[$10002045.0.0]); and it sets the radio button of inactive
Kind regards
Joris Sibenius Trip
Edit: Focus($[$10002045.0.0]); also works
Iniciar sesión para dejar un comentario.