• White Box over Top Frame

    I am having an issue with an ASP page for a custom entity. There is a white box covering a portion of the top frame and I cannot determine what is causing it. This is what it looks like... It is the white area just under the black Sage CRM bar.…
  • Advanced Customization Entity Wizard: issues with Recent List and images

    I've recently added several new entities to a demo CRM, all using the Advanced Customization Entity Wizard . It seems that half the time everything works fine, but it's not uncommon that the new entities do not display in the Recent List after navigating…
  • Export from Custom Entity List to Excel using ASP

    Help! Hoping someone can help me with this. I have a list from a custom entity that is attached to the company table. I want to be able to export this list to an Excel file. I saw some posts on how to do this for a custom entity that seem to indicate…
  • Sage CRM 7.2: How to add 'New Person' link/button to Enbu CRM Resource Planner screen

    Hi, I'm very new with Sage CRM development and now, I'm trying to achieve to put a button on Customer entity screen. When you go to 'Communication' -> 'New Appointment', there's 'New Person' link on screen which when you clicks it, it will pop up…
  • 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…
  • Custom entity asp page document drop redirect

    I have a custom entity, called LeadDB, which is navigated to by means of a find screen. I have added a library and the library page includes the document drop. The LeadDB may or may not be linked to a lead as its parent. Therefore I have the document…
  • Retrieve Search Select Advanced Field Value

    Hi Guys Im currently struggling to retrieve the Value of a Search Select Advanced field on a Custom ASP Page. I have tried the following methods to obtain the value with no success: Values("Corp_AccountId") Entry = EntryGroup.GetEntry("Corp_CompanyId…
  • Custom Entity Link from Communications Regarding field

    Sage CRM v7.0.d.2 Custom entity called Service created using the Advanced Customization Wizard Customization is done using .net, service.dll has a RunDataPage method The Service entity has communications The comm_serviceid field is a Search Select Advanced…
  • How to set SSA field value in entry screen page?

    Hello. I have an entry screen which is used in many places. The SSA field data inside the screen will also flexible to the place. e.g: Payment entry page. It can be open by click "New" button in MainMenu. The page will keep all field blank. One more…