• Default RLI field based on parent Opportunity

    Hi all, I have a field call Branch that exists in both the Opportunity and Revenue Line Item modules. When an RLI record is created, I want the Branch field in that record to be set to the same value as in the parent Opportunity record, unless the user…
  • How can you have a radio button group with no selected default value

    Hi, let's say you have a radio button group with 3 choices but you don't want a default value already selected, you want all 3 options not selected, is that possible? Do you have to use extensions to do this or you can directly do it in sugar? Thanks…
  • 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…