SugarCRM related Field -
i have sugarcrm 6.5.20 ondemand. in studio. have 1:1 relationship leads leads. trying primary email address of related lead , display in calculated field.
it seems calculated field formula should like:
related($emails,"email1")
when following error:
invalid formula: related: unknown field : email1
the dropdown list doesn't list email @ all. how can email? of web searches have proven ineffective.
update:
i willing make calculated field primary email address of current lead. found 2 variables named $email_addresses
, $email_addresses_primary
, $emails
. there function called valueat.
i tried use valueat(1,$emails)
, valueat(1,$email_addresses)
the validator accepted syntax value empty.
can make calculated field off of leads primary email?
you won't email field studio's formula calculation. email field stored in separate table , not in module's table. put in layout along other fields of module, not same other fields. email addresses irrespective of modules stored in email_addresses
table , related respective module records in email_addr_bean_rel
.
Comments
Post a Comment