Browse By Tags

  • Sage CRM Opportunity Custom Content - Get current workflow ID

    I'm preparing to migrate our opportunity workflow to a new one, and need to include a bit of javascript in the screens custom content to hide/show some fields based on the workflow the opportunity is following. I have no issue with the hide/show part…
  • Window Alert for Address

    I have a situation where we want a window alert to display when creating a new company/address when the country is Saudi Arabia. The alert would be something to the affect of "Please confirmation additional taxes needed on quotes/orders". This popup could…
  • The Client Side CurrentUser object

    In every screen (entrygroup) where you can add javascript ( And other articles discuss how the CurrentUser object could be used to extend the functionality further by making reference to the current users team or checking whether the user has info manager…
  • Using Custom Content Script to Change the Properties of a Field based on Displayed Value (before Sage CRM v7.2)

    Note: This type of customization has become easier in Sage CRM v7.2 using the new Client Side API). The fields in screens are output with clear 'IDs' that allow the control of the field caption and data to be very easy. The HTML that makes up the…
  • Changing Search Select Advanced display fields

    CRM allows you to change the display fields used in an Search Select Advanced (SSA) field but it does not give you control over the order of the fields displayed. The following function, placed in the custom content of the screen, will allow you to…
  • Sage CRM 7.2: Set DefaultValue not update at the first time

    Hi, I'm doing calculation to find remaining day of the membership. Everything looks find except when I set 'DefaultValue', it was not updated at the first time. For instance, today date = 21 Feb and membership expiry date = 28 Feb so Days remaining…
  • add link image to panel or screen

    Hi How can i do this in .net SDK i try but not work
  • HTML rendering in support.js file email.body in case_details field in Cases

    Running into a issue with the support.js file and incoming tickets. We have a issue where the html is not getting parsed out and is being displayed on the case and is showing the html and headers from the email making it very hard to read. I know there…
  • User Select field show with listbox .

    Hello everyond . I wonder why i create an User Select field for entity entry and it always show with Listbox. It look so long. How can i change it to dropdownlist ?