ビデオhttp://screenr.com/LgS7 (Salesforce)に示されている機能を実装しました。
次に、Dynamics CRM でも同じことを行う必要があります。私はダイナミクスに関する多くのコンテンツを経験しており、それに慣れてきましたが、この特定のタスクを完了する方法を見つけるのにまだ苦労しています.
Dynamics CRM でこのような時間追跡ツールを実現するにはどうすればよいですか? プラグイン、カスタム アクション、またはその両方を作成する必要がありますか?
ビデオhttp://screenr.com/LgS7 (Salesforce)に示されている機能を実装しました。
次に、Dynamics CRM でも同じことを行う必要があります。私はダイナミクスに関する多くのコンテンツを経験しており、それに慣れてきましたが、この特定のタスクを完了する方法を見つけるのにまだ苦労しています.
Dynamics CRM でこのような時間追跡ツールを実現するにはどうすればよいですか? プラグイン、カスタム アクション、またはその両方を作成する必要がありますか?
You could do it only with Javascript and some ribbon buttons.
Here is an article that explains a bit JavaScript with Dynamics CRM. It's based on SOAP and REST.
Use JavaScript with Microsoft Dynamics CRM 2011
The method I suggest is that you make 2 ribbon buttons equal to the buttons in your movie. and then add a JAvascript file containing the logic behind the buttons to the form of the entity you will be using.
Here is a link to add ribbon buttons to the ribbon in Dynamics CRM