Browse By Tags

  • Using buttons to link to a tab created by a custom entity

    Hi everyone! I created a custom entity using the Advanced Customization Wizard and subsequently created a new tab that shows up in the main opportunities screen. To keep it simple the whole navigation is supposed to happen in roughly one place so that…
  • Action buttons on Custom Entity Find Screens

    Below is a picture of the Company Find screen.. This is the standard system screen. But can this screen be duplicated for new entities such as "Project". The answer is very nearly yes. In the code for a Project Find screen that I have presented here you…
  • Adding Custom Actions to Find Screens

    There is a previous article, " Action buttons on Custom Entity Find Screens " This post explained how to recreate a find screen but I am now going to consider adding a new Action button to an existing system find screen. (See below) For example you…
  • More thoughts on adding Action buttons to Find Screens

    SyntaxHighlighter.config.clipboardSwf = '/dp.SyntaxHighlighter/Scripts/clipboard.swf'; SyntaxHighlighter.all(); I wrote an article previously that showed how the action buttons on the system search screens set a hidden value in the form. This is the…
  • 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, …