Forum Post: RE: I am trying to write a plugin which has to search through...
I don't think you can use any external libraries with plugins. You can use ILMerge and merge them in but you loose Microsoft support as they are not going to touch your solution if you have used...
View ArticleForum Post: How to disable error messages
Hi, our CRM has been pen tested and one issue identified as a gap was "information disclosure". The testers claimed, that the error messages returned to a user, e.g. if a user is missing privileges,...
View ArticleForum Post: Can I block page reloading or redirection using web resource?
I want to stop dynamics from taking action to switch to a different view if a flag is true. Eg: var blockReload = true; So if blockReload is true than I want to block redirection and show a popup...
View ArticleForum Post: RE: How do I get WorkFlowActivityBase class?
I don't know WorkFlowActivityBase entity, but if you work with C# like it seems you do you could download the "proxy" class from your solution. It's probably an entity in your solution, that's why you...
View ArticleForum Post: Need to add button in ribbon
Hi Guys, Thanks for your all previous informations and it will be very useful. I have created new entity called credit card application form and now I need to add approve button in ribbon and once I...
View ArticleForum Post: Can I save the subgrid within the main form when I save the main...
I want the unsaved data in the subgrid to be saved when the main form in dynamics is saved. I have tried using formContext.getControl() function to get available function for subgrid. But there is no...
View ArticleForum Post: RE: Need to hide all views for the entity except one for a...
Hi there, thanks. It seems that xml code seems working, although I do need little understanding of this query. But for now all ok. I do want to ask what if to particular user I just need to show 3...
View ArticleForum Post: RE: Can I block page reloading or redirection using web resource?
I don't think its possible due to that WebResource is an element on the page. If the user switches view from a navigational element there is no way stopping it as WebResource is merely a child element...
View ArticleForum Post: RE: How to disable error messages
I'm not sure if that's possible. The better solution would be to fix what's causing these errors. In my experience Dynamics does not come with these kinds of errors, so I'm guessing this is your own...
View ArticleForum Post: RE: Can I block page reloading or redirection using web resource?
The User case that I want this feature for is " When I has a unsaved subgrid I want the user about the unsaved subgrid and only if the user agrees will I redirect or cancel redirection respectively"
View ArticleForum Post: RE: Unable to connect to the remote server -2147220891
This might not be the correct forum to address this problem. The plugin is working find, but your external resource is not allowing access due to invalid authentication. I would start with Postman and...
View ArticleForum Post: RE: Customizing the Registration CRM Portal Registration Page
Hi Arpit, Is this still supported after Azure AD B2C ? Wondering if thsi would work when MS deprecated local portal authentication?
View ArticleBlog Post: Microsoft Dynamics 365 User Inactivity and last logged in
Hi Everyone, Today i am going to share useful information around the users activity and when was the user last logged in and inactive users. How to find out the User Audit logs from the Dynamics 365?...
View ArticleForum Post: RE: Need to add button in ribbon
Go to the commands for your button in the ribbon workbench and add a JavaScript action. Then you need to adapt similar code to this to change the status...
View ArticleForum Post: RE: How to disable error messages
Hi, there are no issues, which are causing any errors and I am also not talking about any JS errors. You can reproduce these kind of errors, e.g. if you send out a link and somebody who doesn't have...
View ArticleForum Post: RE: How to disable error messages
Hi Thomas, Is it Script error notification from system or because of dependet some javascript code?
View ArticleForum Post: RE: How to disable error messages
Hi Thomas, please, can you add a screenshot from error?
View ArticleForum Post: Add Notes Regarding to the Case in Reports
Hi All, The requirement is I have to make a report which is related to the Case entity. There should be a condition like "Search Notes which type of True or False(Radio Button)". If search Notes is...
View ArticleForum Post: RE: Move to the last stage Dynamics crm BPF
Hi Jamil, Please refer to my post:
View Article