Browse By Tags

  • Code Generated List - Sort Column Descending By Default

    If would be wonderful if someone could assist me with the following. I have written an ASP page which displays a list of orders. This list is generated in the code and does not rely on any metadata. A snippet of the code is included below var list …
  • How to Create a Secondary Entity for a new Custom Primary Entity

    This article shows the steps that I went through to create a secondary entity that is a child of a Custom Primary Entity. The business scenario that I imagined was that I had a new Primary Entity called Project that was created using the Advanced Customization…
  • Retrieve Search Select Advanced Field Value

    Hi Guys Im currently struggling to retrieve the Value of a Search Select Advanced field on a Custom ASP Page. I have tried the following methods to obtain the value with no success: Values("Corp_AccountId") Entry = EntryGroup.GetEntry("Corp_CompanyId…