• ListPage not filtering from DefaultValue of FilterBox field

    When running a page built from the ListPage class, the list does not filter when you run the page when using DefaultValue set in a FilterBox screen field. Example, in the pers_status field of the FilterBox OnCreate is DefaultValue="Active"; The list shows…
  • Managing Entity Progress easily with .NET SDK ???

    Hi all, I have three different workflow for three different entities : Opportunity, Contracts & Services (where Services depends on Contracts) I need to implement relationships and automatisms between those elements as they are part of the same Global…
  • .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 API

    Hi Guys Our client's requirements are to create a file upload screen where they upload Excel files to & some processing is done on the data. I simple interface with a file upload & a submit button. Below is the code. public override void BuildContents…