Hi
I want to create a custom screen that shows Items in a matrix format
like a tree table that has columns and rows. (the data is queried from ARAS database).
I have created a html and js file outside ARAS (also did direct database connection in js). How to integrate such files into ARAS so that I query data from ARAS and bring up the custom screen on click of a button onside one of the custom type forms
I also want this custom screen to be interactive such that if I make some action on this screen data should be updated in database table.
Appreciate any help here.