• .Net Dispatch.StartTransaction method

    Hi, Is there an issue with Dispatch.StartTransaction() method? It is not working for me. Below is an example Dispatch.StartTransaction(); bool error = false; for (int i = 0; i { Record entityRecord = FindRecord("Company", "comp_companyid=" + i…
  • .NET method gets interrupted and can't recover

    Hi I've written a .NET dll that contains a method that takes a number of seconds to complete. It contains a series of "QuerySelect queryObj = new QuerySelect();" statements among other things. I am finding that when a user calls that method and then…
  • .NET Api - Build Contents - Refresh?

    Hello everybody, we've rebuild the whole Opportunity-Screen using .NET. To dynamically display the pipeline we read the SQL using the Filterscreen "GetSqlForSearch" method. Now we realised one problem, because the base.buildcontent is done at the…