Skip to main content

Unwanted display with input.recordAsync

  • October 17, 2022
  • 1 reply
  • 18 views

Forum|alt.badge.img+1

Good morning,
I want to know the current record to use with a button script,
so I use “let record = await input.recordAsync(‘’, tableRC);”
It works well but the execution (even by the button of course) displays the record content on the dashboard scripting window !! It doesn’t need to be diplayed and the user should not see this.
Where is the problem ?Thanks for your help.

1 reply

Forum|alt.badge.img+1
  • Author
  • New Participant
  • October 18, 2022

So, I reply myself to my question (thanks to reddit) : It’s impossible to not open the dashboard with a script button. So I have to find another way but it’s too bad the use of script buttons is so limited.