Welcome to the HCL Connections Product Ideas Lab! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by the HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events, please visit our HCL Connections page.
In the connections profile pages of each user the phone numbers are regular text. The idea we have is, to transform this numbers into an hyperlink --> <a href="tel:+499123456789">01235644</a> so that a soft-phone or on a smartphone user can call with on click on the link?
We did this by customizing the LC-Config/profiles/templates/commonUtil.ftl and changing
<#elseif renderAs = "phone">
<a href="tel:${value}" class="bidiAware">${value}</a>
But it would be great if this was the default.
Great idea!