用于在SharePoint列表中启动调用的Skype名称列表 [英] list of skype names to start calls in a SharePoint list

查看:85
本文介绍了用于在SharePoint列表中启动调用的Skype名称列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在内部部署的SharePoint 2013中创建自定义列表,该列表将在Microsoft SurfaceHub上显示多个Skype名称。


当用户点击/点击时一个名字,我想要一个skype调用自动启动并连接到其他用户。


我试图添加< a href =" skype:OTHERUSER3?call> OTHERUSER3< / a> 或者只是Skype:OTHERUSER3?来电。 


但不是http://表单允许链接有效。


我会很感激,直接解决方案因为我无法访问代码页面。 

解决方案

嗨Eric,


您可以使用下面的公式创建一个计算列(返回此计算列的数字类型):

 = CONCATENATE( "< a href ='im:sip:",SkypeAccountName,"'> skype call< / a>")





SkypeAccountName字段是使用的单个文本字段存储用户skype名称,结果如下:








谢谢


最好的问候


I am creating a custom list in SharePoint 2013, on-premise, that will show several skype names on a Microsoft SurfaceHub.

When a user taps/clicks on a name, I would like a skype call to automatically start and connect to that other user.

I tried to add <a href="skype:OTHERUSER3?call>OTHERUSER3</a> or just skype:OTHERUSER3?call. 

but it is not http:// form to allow the link to be valid.

I would appreciate a simple, straight forward solution as I don't have access to code the page. 

解决方案

Hi Eric,

You can create a calculated column with the formula below (return as Number Type for this calculated column):

=CONCATENATE("<a href='im:sip:",SkypeAccountName,"'>skype call</a>")


SkypeAccountName field is a single text field used to store user skype name and here is the result:



Thanks

Best Regards


这篇关于用于在SharePoint列表中启动调用的Skype名称列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆