How to close the Table browser through X++

hi,

I can able to open a Table through X++, but how Can I close the Table browser through X++.

could you please tell me the process for closing the Table through X++.

Regards,

GVK.

Call the close() method of the form.

(Question moved to the Developer forum.)

hi Martin,

Thanks for giving information,

here I m trying to close the Table window through X++(Jobs).

I can open the Table through “sysTableBrowser.run(tableId);”

same way I need to close the any form through X++.

Regards,

GVK

The whole logic is currently enclosed in the run() method - it creates the form, runs it, detaches it and ends. You won’t ever get any reference to the form that you could use from outside. You’ll have to change the implementation in some way.