Browse By Tags

  • Adding a new Panel to a Summary screen e.g. Company Summary

    A screen like the company summary screen has a very particular structure because it is partially defined in meta data and partial has its structure hard coded into the system action being called. But imagine the business case where you have added new…
  • Making ServerSide objects available to ClientSide code (onChange and Custom Content scripts)

    If you have started to code with Sage CRM you will know that the world is seemingly divided into two, ServerSide and ClientSide. The objects and properties that we can use ServerSide can not be used within the browser. We have useful methods like CRM…
  • How to hide a field on page load event and make it visible when a selected item in a dropdown is changed?

    I managed to hide a field by using hidden=true; in createScript section. The problem is, how can i make it visible again after the page load event? I am trying to make it visible in OnChangeScript section for a dropdown but setting display or visibility…
  • Custom Mail merge fields for word documents.

    Hi, I am currently working on a word document for mail merge. The way i am doing it is that i first create a word doc on my physical machine and i will then include fields which i will acquire from the drop down list. This drop down list can be found…