• can we set values dynamically in multi select in SugarCRM ?

    can we set values dynamically in multi select in SugarCRM ? i am trying to set values like this : - initialize: function (options) { this._super('initialize', [options]); this.model.on('sync', _.bind(this.bindCustomMultiSelectDropdown…
  • How to allow only one value in Multiselect field in Sugarcrm using dependency or custom JS

    Hello, I have a multiselect field but I want to allow select only one value based on some condition like dropdown field. So I want to convert multiselct field into dropdown field based on certain conditions.
  • How to replace dropdown with multiselect in List View Related Records filter

    In the List View filter of our Meeting module, there is an option to search by Related To field, where we can search by Accounts related to a Meeting (see image). At this time, when I click on "Search and Select", a list of Accounts opens where I can…
  • How to limit the number of choices in a multiselect

    I'm trying to limit the number of choices made in a multiselect to no more than 3. Is there a way to do this in Sugar?
  • Multiselect field with dynamic values

    I think it is important to start by saying that I am in an instance with a SugarCRM Professional 9.0.0. I have an Account with a multiselect field called "Account Materials". Also I have a Meetings with a multiselect field called "Meeting Materials".…
  • Dependency with multi select type field.

    Hi All, How do i write dependency for multi select field. Is this possible? If yes,please give me a sample. Thanks in advance.