Hi,
can someone help me please? When I open form I would like fill two temp tables (A, B). So I created class FillTmpTables with method
public server static void generate()
{
.......
}
where I fill two tables (A,B). There is ok but I need return two these tables to form. How could I do it please? When I change method to
public server static A generate() that will be return only one table but I need second table too.