Browse By Tags

  • Export to Excel from a List in .Net

    Help! I need to export a list from a custom entity. The custom entity's list page was generated using .net (RunListPage). I found an example on the community on how to do this with an asp page. However, I cannot find any assistance in doing this in…
  • . net lists not filtering based on company

    Hoping someone can help. I appear to be having some strange behavior in my system and I am not sure why. Lists that were created using .net are showing all records in the system versus just the records for the company record I am on. The strange thing…
  • dot net list won't go to next page.

    Hi, My dot net codes are like below: public class InventorySummaryPage : Web { public override void BuildContents() { try { Record _RecordInventory = FindCurrentRecord("Inventory"); GetTabs(); VerticalPanel _vp = new VerticalPanel(); _vp…