From bb833b961c98164fa5e6a493157905e6a191f1d7 Mon Sep 17 00:00:00 2001 From: Ahash Sritharan Date: Mon, 25 Sep 2023 18:46:26 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ac47f15..e73d4a8 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ npm install xrm-ex ## Getting Started -https://github.com/AhashSritharan/Xrm-Ex/assets/63707488/d07aef46-5dce-4953-89a7-be51018b11ae - +https://github.com/AhashSritharan/Xrm-Ex/assets/63707488/750cd578-e174-43b0-8783-149599db3da5 To get started with XrmEx, use the Template below. Add XrmEx.js from your node_modules to your Dynamics 365 form as a library. Execute the method `YourNamespace.ContactFunctions.OnLoad` in your form and pass the executionContext to that function. Happy coding!