Browse By Tags

  • Adding Workflow Capability to a Secondary or Custom Entity

    It is possible to take an existing entity,either one that you have added to the system or an existing table such as notes, and allow it to be workflowed. The technique below will be effective for both custom tables and existing system tables. Using the…
  • .Net DLL implementation of Pipeline page for custom entity

    Has anyone created a .Net DLL implementation of a pipeline page for a custom entity? This should: - work with My CRM / Team CRM - support filter panel - support clicking a pipeline section to auto-filter the list
  • 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…
  • Custom Entity with Child Custom Entity and Tab Issue

    I have a custom Entity - "Building" That entity has a child entity called "BuildingAddons" Child was created using the methods outlined here https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2010/06/08/how-to-create-a…
  • Double display of vertical panel in a .net ListPage

    Help! I have a list page that I am creating that will operate like a "QuickLook" page. One of the panels that I put on the page was Resident Deposits. For some reason, this panel is displaying twice and I am not sure why. Hoping someone can help and…