This possible show Phone number contact in detailview module call? I'm use sugarondemand (Enterprise, 7.6.2.0)
This possible show Phone number contact in detailview module call? I'm use sugarondemand (Enterprise, 7.6.2.0)
Hello,
Have you tried using related function in formula builder?
Related fields in SugarLogic formulas « Sugar Developer Blog – SugarCRM
Hello,
Let me walk you through.
Admin > Studio > Calls > Fields > Create field > Type Text > Give a name and label > Mark Calculated Value true, that will give you option "Formula" > that will give you a small popup > related($contacts,"phone_mobile") (change the phone field as you want, I took Mobile phone in this example) > Save the field and place in the view
Let me know if that works for you.
You should see the value(Phone number) after you save the record.