我对Dynamics CRM环境完全陌生。
在我们当前的实施中,有一个网格显示当前销售机会的列表。在此网格中,有一个用户列,它是指向Dynamics另一部分的链接。我们希望能够打开另一个系统的新窗口。如何自定义链接的呈现方式,以便客户端“onclick”功能可以链接到javascript函数,该函数将打开一个带有我们需要的URL的新窗口?
请参阅附件: {{3}}
答案 0 :(得分:1)
我m afraid that this is not possible with supported customization.
My understanding is that you will keep URL to external system on entity and you would like to be able to open with single click from grid displaying this record?
However, I
我不确定您是否将此字段添加为单行文本,格式选项URL不会按预期工作。如果这不起作用,则需要自定义网格来显示此数据。
答案 1 :(得分:0)