Browse By Tags

  • 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…
  • Having Add file button / feature ( same as its on Shared Document tab ) on Custom Entity

    Hi , is it possible to have Add file button / feature on one of newly created custom entity ( say testEntity) screen . I am looking to add document against testEntity on testEntity Summary Screen. Hope this makes sense. Let me know if you need more information…
  • 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…
  • . 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…
  • How to add custom screen to default entity block like Company or Person.

    Hi, I tried to add a screen to personsummaryblock where i also activated my component recording but the screen is not there? Am I doing something wrong or is the feature not working?
  • How to enable field requirement checking? ASP .API (SDK)

    Hi, I have a small issue with save button on my 'myAircraftNew' page. If i dont provide details for my required fields the save action will completely ignore it. The resulting action is a new null record in my database. How can i enable field…
  • complex screen in ASP.NET c#?

    How can i create a complex page in ASP.NET c#? I cant find any example. Please help me.
  • how to create Back button in ASP.API (SDK)

    Hello, I have a cancel button here defined in my search page : this.CancelMethod =""; When i press this button i would like to to simply go back one page. How can i do that? Thanks.
  • How to arrange buttons.

    I am trying to arrange my custom buttons so that they are all consistently in order on every single page. Please see the code below : this.EditMethod = "RunEntityDataPageEdit"; this.AddUrlButton("Delete", "Delete.gif", UrlDotNet(ThisDotNetDll, …
  • How to assign DataPage to Summary tab in SDK (ASP.API) and make it active after entity selection.

    Hello, I am trying to assign my EntityDataPage to Summary tab. At the moment Summary tab points to the EntityDataPage method within DLL file. When i select a specific item from a list of items then ill get my EntitiyDataPage from my dll file which…
  • 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…