Why is the close: true parameter needed when opening linkToInput?
linkToInput and linkToButtons have a special parameter close: true
, which should be used instead of close after execution for the button that calls them.
If the parameter is passed as true
, then after the action from code
is executed, not only the function window will be closed, but also the parent popup window from which it was called.
Why can't I use Close Window after execution at the source table button?
Because the opening window linkToInput and linkToButtons is tied to the source window, and if it is closed, it will not work.