Browse By Tags

  • 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…
  • The Forward and Back buttons (Page History) in code

    Creating your own forward and backwards buttons You can create buttons that make use of the internal system actions that control the forward and backward behaviour. var strForwardButton = CRM.Button("Forward","forward.gif",CRM.URL(522)); var strBackButton…