• Issue with .NET CRM List Web Class Implementation

    Hi Everyone, I'm having an issue with the .NET Web Class. I have created my page and it is doisplaying the data, but the CRM List that I have added is not displaying correctly with the pagination. I have used the following to create the instance of…
  • . 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…
  • Create List with Filter based on a custom View

    Hello, My goal is to display a simple list with a filter inside a corporate rider, which is based on a View (Secondary entity) and linked via a custom key to a company's (comp_customkey / sec_customkey). My first attempt, I started a class of type List…
  • Unable to create specialized list tab off one custom entity to another

    I have a two custom entities: one is a primary called 'Job' , the other is a secondary called Bid2WinUserFields. Both entities store their parent Opportunity ID. We have a .Net DLL tab that displays the Bid2WinUserFields as a list tab off the Opportunity…