How to load a relate field into another field

Hi Everyone,

We currently have a relate field and would like to have the value selected in this field appear in another field on the same module. To my knowledge, it is not possible via studio and a calculated field. Has anyone had any luck loading a relate field to another field? Please note this is not a relationship field either.

Fields:
1. Relate field to users module from opportunities
2. Text field on opportunities module.

Sugar version 10.0.2

Thanks!

Parents
  • The solution is pretty easy to accomplish either by sugarLogic on Studio or Dependency SetValue:

    related($some_user_link,"the_field")

    Obviously replace "some_user_link" and "the_field" by appropriate values.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • The solution is pretty easy to accomplish either by sugarLogic on Studio or Dependency SetValue:

    related($some_user_link,"the_field")

    Obviously replace "some_user_link" and "the_field" by appropriate values.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children