Is it possible to have the same field in 2 tabs in a module?

I want to add a filed in 2 tabs in a single module. I want the fields to be duplicate, i.e. whenever a field on the first tab is filled, I want to populate the field in the second tab with the same data. Is it possible to do this? I am currently using Sugar 6.5.16
Parents Reply
  • Since a given field can only appear once in a layout:

    I've found three ways to address this:

    1. Create a new field and set the calculated value as the field you want copied

    2. Create a new field and use the "related" function for the calculated value (this will also copy the value in a related module)

    3. Create a new field and use the "concat" function (I've done this with a few fields where I want the values of two fields to show)

    Note: These fields can't be edited since they are calculated values.

    Enjoy!

    Bud Hartley | Cape Foulwind, NZ (and Oregon, USA)

Children
No Data