Forum Post: RE: Assign hanging
Some more information re the Assign Hanging problem Prod Version 1612 (9.0.1.425) (DB 9.0.1.425) online In PROD the AssignRequest function exists - call succeeds from QueueCommands.js (CRM file)...
View ArticleForum Post: RE: Assign hanging
Hi, Raise a ticket to Microsoft, with all the info you got.
View ArticleForum Post: Plugins and Workflow
Hi, I have one basic doubts. Can any one please clarify me. Why we are using interface for plugin and why we are using abstract class for custom workflow. Thanks, Seenivasan SR
View ArticleForum Post: RE: CRM 365 html web resource while adding method name in Capital...
only the function name which is written in anchor tag is getting in small letter. i have done a workaround , define a separate method in the form test with small letter and in that call the capital...
View ArticleForum Post: RE: CRM Reports-Parent Child Opportunity reportd
Hi, Do you mean that for example, in the account entity, you have various account records with parent child relationship? You want to show a parent account's child's opportunities on the form. If so,...
View ArticleForum Post: RE: Exception on Audit History of Workflow
Hello, Looking at the inner exception & Call Stack, it seems that it is failing when retrieving some LocalizedLabels Inner Exception: System.ArgumentOutOfRangeException: Index was out of range....
View ArticleForum Post: RE: How to hide + from a sub grid using JS only
Hi Prashant, You simply go to sub grid entity in ribbon workbench ,find the Add New button from subgrid area and write one enable rule like for Add New button . Make sure you are enabling the enable...
View ArticleForum Post: RE: How to debug in Plugins
Hello, To debug a plugin, you'll need the source code of the plug-in running in Visual Studio with the option to build it, so you get debug symbols on your machine. Then you can use the Plugin...
View ArticleForum Post: RE: How to debug in Plugins
Hi, Refer link below to debug the plugin. community.dynamics.com/.../how-to-debug-plugins-using-profiler
View ArticleForum Post: RE: Linking instances
hi, Could you share us the goal of this question. Each instance represents one independent environment. I think no one what the testing environment could directly affect the Prod environment. You could...
View ArticleForum Post: RE: Creating case or Lead from Microsoft Social Engagement
Muhammad, On the condition, in CRM, you are writting preffered with two F instead of one. Try it with one F and send a new social media activitie to CRM. Regards,
View ArticleForum Post: RE: How to hide + from a sub grid using JS only
Hi, use this method, write a javascript for this, run the javascript only when the entity is the one you want to hide. https://msdn.microsoft.com/en-us/library/gg334720.aspx#BKMK_getEntityName...
View ArticleForum Post: RE: Error on CRM 9.0
Hello, You mentioned you've blanked "the IP address", one key thing to note about opening connections to other systems (sockets, http, etc.) inside your Dynamics plugins is that you are only allowed to...
View ArticleForum Post: RE: CRM 365 html web resource while adding method name in Capital...
As I mentioned this is because some keywords its internally checking for validation and to restrict the internal function overwritten . Please mark as answer and close the tread ,I hope your issue is...
View ArticleForum Post: Password Protecting the Documents being generated
Hi all, Working on Password Protecting the documents. I know of asp.net extensions which help creating Password Protected Documents(.pdf), but in Dynamics 365 CRM do we have such extensions or some...
View ArticleForum Post: RE: Smart Matching and Case Creation
Do the case creation rules have any influence on the decision, whether a new case is created or an email is appended to an existing case? Love your question! We are also asking the same question as we...
View ArticleForum Post: RE: CRM Connection String when using On-Premise IFD and MFA
In theory if i could construct a connection string to work with XRMToolKit that uses the same Tooling Connector method then i could connect that with OnPrem CRM365 and OnPrem ADFS - would be the same....
View ArticleForum Post: RE: Error on CRM 9.0
Hi Micheal Thank you for your response The Plugin actually connects via mywebaddress.co.uk/.../TestConnection i think it is just the way the plugin profile shows you. the actual code is string...
View ArticleForum Post: RE: Remote Debugging
Hi Goutam Das , No, there is no VPN between our network and Azure' VMs. Best regards,
View ArticleForum Post: RE: How to debug in Plugins
Hi , Here is the below link you can refer. Hope this helps. docs.microsoft.com/.../debug-plugin blogmscrm.wordpress.com/.../how-to-debug-microsoft-dynamics-crm-online-plugin-2015
View Article