• Get user who checked a checkbox and add the user in Relate field(Users module)

    Hi, I have 3 fields: Checkbox, Relate field & Date in my custom module. All users can access the module but only few users can edit or update the fields. Here, when a user logs in and checked the checkbox, I need the get the user and update him in the…
  • How to add an initial filter to Studio created Relate field drawers?

    My goal is to create a customisation which automatically applies a filter to the selection drawer that pops out when you click on the dropdown to select a related Contact in a custom Relate field in Calls. The drawer must show only contacts which have…
  • What table can show me a relate field?

    Hi people. I wanna update some registers with a bad id in a relate field, the problem is, where (what table) can I see this relation on BD? for example, I have a relate field between Products and Sellers, in the field Product->Seller, I have the id of…
  • what is the best way to trim names for searches?

    We have some users who tend to cut and paste and sometimes insert a space at the front of a name when creating/importing a record. I can trim that name in a before_save logic hook, per module, but we already have a bunch of such names (sigh), and the…
  • Is it possible to convert a relate field to a multienum?

    Currently I have a custom module ('Brands') with a many to many relationship to the Contacts module. The desired outcome is for it to be a multienum to allow the user to select multiple brands via the dropdown of which, on save, will each be related to…
  • Modify Relate field using Logic Hook

    Is it possible to change a Relate field (not relationship or Flex Relate) using a logic hook in Sugar Enterprise 7.9.1.0? If so, how? Thanks!