Unfortunately we don’t offer any automated migration from path-based-tables to path procedures.
You will need to create the new path procedure manually. The table needs to be defined on the screen, then you’ll need a path that goes through all the table’s screens and collect it.
You need to add this new path into a procedure group entity and generate a procedure client from the procedure group using right-click.
Once you have the procedure client generated into your project you can use it to collect the path response and use the “GXBindUtil.entityArrayToGXITable” utility to collect the content of the table into the GXITable object.
You can see an example of this in our composite demo web application, in the BrowseCustomers1.java file (inside the gx_fillForm() method).