Browse By Tags

  • Multi line text fields on Custom Screen

    After upgrading CRM to 2018 R1, multi line fields stopped working on custom dot NET screens. I used to work fine since the last upgrade. you can type in the fields but when press enter it does not do line break ? tried creating new multi line fields…
  • How to add a button to a vertical panel? ASP API

    Hi, What is the best way to add a group of buttons to a panel? Reports page has the look i am trying to achieve.
  • 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 remove or hide filter from EntityListPage SDK (ASP.API)

    Hi, This page contains filter screen called EntityFilterBox where i removed all fields however the filter button still remains on my page. I was also looking for some filter boolean property or method where i could hide it but i couldnt find it. Could…
  • 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…
  • .NET Custom summary page

    Hello, I am trying to retrieve company details. (this page is similar to company summary page) This page (dll file) is assigned to a custom tab within company entity. When i find a company and go to my tab containing the dll file i will get a page…
  • .Net API deploying DLL file to Sage CRM

    Hi, I changed my Output path of the project (.Net based) to sage crm folder as suggested in PowerPoint Slides but it doesnt work. Error 1 Unable to copy file "obj\Debug\Sage CRM 7 Basic Template1.dll" to "..\..\..\..\..\..\Program Files (x86)\Sage…