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.
This possible use logic for two modules with one field.
related($leads,"phone_mobile");related($contacts,"phone_mobile")
In formula
?
Hi Rodolfo,
just curious: why do you want to see the phone number in the detail view? The Call might not even be connected to a contact or lead, and you can always click the eye icon in the participant list for the call to see all the info about of him/her.
Greets,
Mark