How to create clone record using JavaScript in MS Dynamics 365 and Open it in New Window
Create Clone/Copy record using JavaScript in MS Dynamics 365 and Open it in New Window. Recently, I got a requirement from client where they wanted to clone the record and Open that into new window after saving the existing record. As usually I researched online for a way to clone/copy the record and open it but I was not able to find a good approach to do it. I have written some JavaScript code with the help of multiple articles so thought to share it with you guys so anyone has same type of requirement so they can build the solution for their client. Everyone get troubled with writing huge codes and end up spending our valuable time for cloning/copying Dynamics CRM entity record. So in this blog I am going to explain the JavaScript code step by step. Also Visit - Online Taiyari - Best Online Preparation and Mock Test for Government Exams I had requirement to copy the record when user click on the Save and New button. So i have worked on the Phone Call Entity to save the ...