Forum Post: RE: Arabic Language Pack
Try this. https://www.microsoft.com/en-us/download/details.aspx?id=55117
View ArticleForum Post: RE: Cost Price Lists could not be added to Organizational Unit...
Here is the exception: Unhandled exception: Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault] Message: The price list can't be associated. It should be of...
View ArticleForum Post: Misbehavior of Timer Script
Hi All, I implemented an script of Timer in Case Entity form in which when a case is opened then timer would be started from 00:00:00. This is working fine but i noticed an strange or misbehavior of...
View ArticleForum Post: RE: Arabic Language Pack
Url works fine, thanks! But this update was released at 2017, is it exactly for v.9 Dynamics 365?
View ArticleForum Post: RE: Help! Solution 9.1 (online) to 9.0 (on prem)
This seems to still not be available as an option in online instances. We also tried the theoretical solution I was discussing above with the export solution request but CRM just replies with an error...
View ArticleForum Post: RE: Duplicate Key Exception
Dear All, This is a know issue that when activate language pack in V9 OP there will pop out the Duplicate Key / Duplicate Record issue. Bug 1335907: Can't enable language on Onpremise branch: Violation...
View ArticleForum Post: RE: Classify a specific case/casetype, so that a group/team only...
Okay, thanks for your reply. I will try it and see how it all went out, and will come up with what worked/didn't work. Thanks for you help! Have a great day.
View ArticleForum Post: Hi All, I am calling soap service using plugin in Dynamics 365. I...
#region Calling WCF Service var myBinding = new WSHttpBinding(SecurityMode.None); myBinding.MaxReceivedMessageSize = 2147483647; myBinding.MaxBufferPoolSize = 2147483647; myBinding.SendTimeout =...
View ArticleForum Post: RE: Multiple sites for a Dynamics 365 portal
I have found the solution to our needs; multiple websites and website bindings: docs.microsoft.com/.../websites This enables us to have a main domain for the customers main page and sub sites for each...
View ArticleForum Post: RE: Hi All, I am calling soap service using plugin in Dynamics...
Hi Bhabani, Try changing the "var myBinding = new WSHttpBinding(SecurityMode.None);" to "var myBinding = new WSHttpBinding(SecurityMode.Transport);"
View ArticleForum Post: RE: Hi All, I am calling soap service using plugin in Dynamics...
I resolved the issue by adding below line of code --- myBinding.Security.Mode = SecurityMode.Transport;
View ArticleForum Post: Unable to get the Relationship data using CRM Rest Builder
Hi All, I am unable to get the relationship data of Account and case there will be relationship between (1:N) by using of the Crm Rest Builder . i am creation a relationship betwen account and Case...
View ArticleForum Post: RE: Misbehavior of Timer Script
Hi It looks like you are constantly writing to a field on the form even in the middle of the save operation. I'm not sure this behaviour is supported and you should probably let the save operation...
View ArticleForum Post: RE: Unable to get the Relationship data using CRM Rest Builder
Hi There, Please post the code.
View ArticleForum Post: RE: Records are created by User A or B can be accessed by User C...
Sorry Forgot to mention ChildBU are different.Parent -child BU level access will solve the problem? Whatever records are created by User A or B can be accessed by User C and D as there is a different...
View ArticleForum Post: Primary field of an entity in Generic Plugin
Hi Team, I would like to write a sample generic plugin (Ex: Task Creation) on create of ANY entity record. I would like to use the primary field of that particular entity on which this plugin get...
View ArticleForum Post: RE: Cost Price Lists could not be added to Organizational Unit...
Hi Quang Du, When you add cost price list that time change the context to "Cost" Thank you
View ArticleForum Post: RE: SSRS Report Error while uploading into Microsoft Dynamics CRM
Hi Balaji, Please follow the below url : www.itaintboring.com/.../rdl-file-is-not-valid community.dynamics.com/.../244106 Thanks, Jharana
View ArticleForum Post: how to mark unshare data from shared data ?
Hello Everyone ............ I want to unshared data from shared.. in Opportunities i went in advanced find view and i selected (50 records) and shared to one Users .. and i tried to unshared same thing...
View ArticleForum Post: RE: Arabic Language Pack
v9.0 on-premise and online https://www.microsoft.com/en-us/download/details.aspx?id=56970
View Article