Happy to see my pic there. Thanks to Peter Laker and Microsoft’s Face API .
https://www.linkedin.com/pulse/thirty-two-microsofts-very-passionate-professionals-thanked-laker/
(one more reason to smile often 🙂 )
Happy to see my pic there. Thanks to Peter Laker and Microsoft’s Face API .
https://www.linkedin.com/pulse/thirty-two-microsofts-very-passionate-professionals-thanked-laker/
(one more reason to smile often 🙂 )
Being one of the biggest fan and the most frequent daily user of XrmToolBox, always had this wish to write a plugin for it.
Thanks to Prashant Maurya (a dear friend and ex-Microsoft Employee) for making this wish come true. (Who played the major role in developing it).
The tool is called – User Security Manager.
The Plugin make it easy for the administrators to manage all the security related aspects of the system users. The tool also gives 360-degree information of the user in correspondence to business unit, security roles and teams.
In our current project we had around 180 users using the system divided into more than 50 business units, which involved frequent update of their business unit, changes in the security roles assigned, update in team assignment and also during testing we had to assign the same BU and roles to the test users in the org, which wasn’t that easy to do from the user interface.
So, the idea was to come up with a tool that will let an administrator to
User Guide: –
After connecting to the organization, we can click on Load Users to load all the system users of the organization.


To remove all the security roles of the user, click on Remove All Roles button.

To remove the user from all the teams, click on Remove All Teams button.

To assign security role to the user, check the security roles from the available security roles section and click on “<<” button.

To remove security roles from the user, select the roles from the Assigned section and click on “>>” button.

To assign user to team(s), select the teams from the available section and click on “<<” button.

To remove user from Team(s), select the team from the Assigned Section and click on “>>” button.

To change the business unit of the user, select the Business Unit from the Business Unit drop down in General Section of User Details.

Please install it, use it and share your feedback which would help us to improve it
https://www.xrmtoolbox.com/releases/

Hope it helps..
Hi,
Recently we were writing a plugin that should fire when a record is activated.
In this kind of scenario, it is suggested\recommended to register plugin in both SetState and SetStateDynamicEntity message.
https://community.dynamics.com/crm/f/117/t/184070
https://blogs.msdn.microsoft.com/crm/2008/03/07/developing-plug-ins-for-crm-4-0/
Interestingly we had the following observations
Plugin Trace log records :-

We are yet to figure out when exactly the SetState will be fired. Please share your thoughts and experience around the same.
Hope it helps..
Update – 25 June 2018 – Took nearly 20 days to get both the instances up.
Update – 12 June 2018 – Support Engineer has been not been able to resolve either of the support ticket which were raised last Thursday 7th June. One instance is not opening and the other instance is not restored with the backup we had requested. They are unable to find the backup till now.
Recently we tried copying our DEV to one of the TEST instances. The idea was we were upgrading the click dimensions solution in our DEV so we wanted to make sure everything works fine after the upgrade and in case it didn’t we could then again copy it back from the TEST.
We had faced back and restore issues (instance failed) in the past so decided to go the Copy instance way this time.
However, we got the Instance Failed error on the TEST instance to which we were copying DEV to.
Interestingly the Edit, Reset, Delete etc option were still available and we could open the TEST instance (the original, as the copy of DEV had failed) without any issues.

Then we thought of giving a try again and started copy from DEV to TEST again. This time again it failed. And with no option of Edit, Reset, delete etc. and the Instance was also not opening.

The error à


Along with that we also tried Restoring the Backup in one of the other TEST instances, that also expectedly failed.

So basically, we ended up with 2 unusable instances.
A few weeks back also we faced the same with our Dev environment and the only way out was to raise the support ticket with Microsoft. That time it took 5 days for DEV to be restored. Imagine the development activity that came to halt.
Last year also we had faced this issue in Production and had to work with the support team for 16 – 20 hours continuously to get it restored.
So, if we have some critical activity planned like Production Deployment and we are counting on Back and Restore or Copy an instance to rescue us in case anything goes wrong after production deployment, we need to plan for this Instance Failure as well while restoring or copying.
Basically, be ready to raise a support ticket with the highest severity to restore things back, which could take hours or in worst case days and do all the production deployment over the weekend or have enough downtime allocated.
Hope it helps..
While running one of our package we got the below error in few of the records
“CRM service call returned an error: CRM service call returned an error: The server is busy and the request was not completed. Try again later. (Error Code: -2147180543, Detail Message: The server is busy and the request was not completed. Try again later.)”
“CRM service call returned an error: CRM service call returned an error: The request channel timed out while waiting for a reply after 00:01:59.7991956. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. (Error Type / Reason: Timeout)”
One way to get around this error is to increase the Timeout (secs) in the Service Timeout Setting of CRM Connection Manager.
We updated it to 600 seconds and the number of records that failed got drastically reduced.

Also make sure that following option is checked

Hope it helps..