0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Dynamics365の標準Pluginのソースを確認する方法

Posted at

Dynamics 365はDataVerseの上で構築されています。MSも私たちと同じくPluginやJavascriptを開発しています。
標準のDocsに記載されていない仕様もよくあります、標準テーブルの裏のロジックを確認する方法を紹介します。
①XrmToolboxのAssembly RecoveryToolでMSのプラグインをエクスポートする(自分開発したPluginでもエクスポート可能)
image.png
②逆コンパイルツールILSpy,dnSpyなどで、Pluginアセンブリを逆コンパイルする。
image.png
image.png
③対象テーブル名で検索することが可能
image.png
④該当するロジックを確認することが可能
image.png
⑤ソースをエクスポートしてVisualStudioで開くことが可能
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?