• Defining the custom index in a Vardefs Extension

    HI All, I Just want to w hat is the purpose of defining the custom index in a Vardefs Extension and Is it any relation elastic search ?
  • Has populate_list stopped working for quotes in 7.10?

    We had a pretty simple customization in 7.8 that was populate a phone number and email field when a contact relate field was populated in quotes. After upgrading to 7.10 it no longer works. We were adding the following to the vardef $dictionary [ 'Quote…
  • Trying to create a relationship between Opportunities and Meetings and use the existing subpanel

    The goal is to create a one-to-many relationship of Opportunity to Meetings ( opportunity_meetings_1 ). As you know, Opportunities already have such a relationship ( opportunity_meetings ) because Meetings has a native flex-relate field. I know that creating…
  • "Data not available" error message after editing custom dropdown field

    I'm working in a 7.6.1.0 Sugar Professional instance. I created the dropdown field sales_person_c in the Accounts module, which will later list all the users with certain roles. To accomplish this I replaced the field vardefs with the following: $dictionary…
  • Clarification needed on len, size, precision in vardef for decimal

    in vardefs a decimal has a length, size, and precision. How are the three related and what do they correspond to in the database definition? if you have len and precision, wouldn't size be superfluous? or is size just a display parameter? I am toying…