简体   繁体   English

Microsoft USD-根据CaseID更改URL

[英]Microsoft USD - Change URL based on CaseID

I am new to Microsoft Unified Service Desk, therefore please pardon me if i make any mistake. 我是Microsoft Unified Service Desk的新手,因此,如果我有任何错误,请原谅我。

My scenario is when a call is received by a call center agent in Unified Service Desk then initially he will create a case for the particular customer and initially the caseID will be null therefore call center agent will see a new case window where he can create a case. 我的情况是,当Unified Service Desk中的呼叫中心代理收到呼叫时,最初他将为特定客户创建案例,并且caseID最初为null,因此呼叫中心代理将看到一个新的案例窗口,他可以在其中创建一个案例。案件。 Once the case is created he will save the details and the caseID will also be saved. 创建案例后,他将保存详细信息,还将保存caseID。 Now, in the next step he will transfer the call to the supervisor and in this case the supervisor will not see a new case window instead he will have the details in-front of him of that particular customer that were saved earlier. 现在,在下一步中,他会将呼叫转移给主管,在这种情况下,主管将不会看到新的案例窗口,而是将前面保存的该特定客户的详细信息放在他的前面。

But how will i achieve that do i have to create a hosted control and is there a way i can execute JavaScript inside hosted control. 但是,我将如何实现这一点,我必须创建一个托管控件,并且有一种方法可以在托管控件内执行JavaScript。

Looking forward to your help. 期待您的帮助。

Thanks. 谢谢。

What you need to do is. 您需要做的是。

  1. Create 2 Action Calls. 创建2个行动电话。
  2. 1st Action Call for New Case with Action New CRM Page . 第一个行动呼吁采取新的行动并采取新的CRM页面
  3. 2nd Action Call for Open Case with Action Open CRM Page . 第2次行动呼吁采取行动Open CRM页面进行开放案例。
  4. Put Condition inside Action 1 [[$Settings.YourCaseID]]=="" 将条件放入动作1 [[$$ Settings.YourCaseID]] ==“”
  5. Put Condition inside Action 2 [[$Settings.YourCaseID]]!="" 将条件放入动作2 [[$$ Settings.YourCaseID]]!=“”
  6. Create another Action with SaveSetting Action and CRM Global Manager hosted control. 使用SaveSetting操作和CRM Global Manager托管控件创建另一个操作。
  7. Once the case is saved fire the third action call (It will save the CaseID inside $Setting). 保存案例后,请执行第三个操作调用(它将CaseID保存在$ Setting中)。
  8. Now when the case is transferred it will open the case with SavedID. 现在,转移案件时,它将使用SavedID打开案件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM