• Default assigned user

    Hi, In Sugar 7.7.1.0, I'm trying to create a record with a default assigned user different than the current user. I've tried with: $dictionary['my_module']['fields']['assigned_user_id']['default'] = '<user_id>'; but without success. Any one can help me…
  • Hide related field depending on the value of a Dropdown List(or other logic)?

    Hello I wanted to hide two fields depending on a dropdown value: System: Sugar Enterprise 7.8 Scenario: Module where I want to hide: moduleA On record/create view there is a dropdown: docType (values: typeB, typeC, both, none) There is two related modules…
  • Using Related Function with Multiple Related Fields in One Record

    Trying to figure out the best way to deal with multiple related fields in one record. I'm building Sugar for a law firm. In each Case record, they want to be able to see the Lawyer on the other side - which is a related field to Contacts, the Judge -…