Quantcast
Channel: Microsoft Dynamics CRM
Browsing all 154803 articles
Browse latest View live

Forum Post: RE: How to get count of records of say contact entity using C#

Hello, Have you created OrganizationService object ?? I think you have created _service object so you need to use that instead (based on your first thread). EntityCollection totalCount =...

View Article


Forum Post: RE: Creating a form in Portals to just send an email with...

Just to add some more ideas on how to do this: - It can be done using the new Dynamics Marketing , using the forms that comes with. The contact us form did the work for me.

View Article


Forum Post: RE: How to get count of records of say contact entity using C#

Yes Mahen, I figured that out and fixed it and thanlks for your quick reply, but the message box fails to read total count which is stored in public static int GetRecordCount(string entityName, string...

View Article

Forum Post: D365 Portal Domain change

How to change the domain name of d365 portal

View Article

Forum Post: RE: D365 Portal Domain change

Hello, You can use your custom domain for Dynamics 365 portal using following steps: docs.microsoft.com/.../manage-portal

View Article


Forum Post: RE: How to get count of records of say contact entity using C#

Please share your complete code here for checking

View Article

Forum Post: Dynamics CRM 組織DBの更新で失敗する。

Dynamcis CRM 2016(8.2.0.749)の組織DBを、Dynamics CRM 2016(8.2.2.1510)にインポートした。 組織DBの更新を実行したとき、下記のエラーが発生し組織DBの更新に失敗します。 回避方法について情報提供いただけないでしょうか。 10:56:40|Verbose| Validation ran. 10:56:40|Verbose| Validation...

View Article

Forum Post: RE: Organization Insights Update - Installation Failure

Same issue here trying to upgrade from 1.3.10 in the admin centre, yet the solution version in the target instance is 1.2.2.0. Trying to delete this version causes an error. It would be nice if all...

View Article


Forum Post: RE: while adding a record in sub grid, On the Save and close ,...

Hi Mahen, I have written this query to get the fields of Parent form. var oDataEndpointUrl = Xrm.Page.context.getClientUrl() + "/XRMServices/2011/OrganizationData.svc/orderSet?$select = name...

View Article


Forum Post: RE: Dynamics CRM 組織DBの更新で失敗する。

Its not clear what exactly you are looking for ? Can you frame your question?

View Article

Forum Post: RE: Shared Views and Dashboards, unshared after a while

Hi, is this happening for specific set of users and dashboard or all have been unshared? which version of D365 you are on?

View Article

Forum Post: Restricting child BU Records

Hello Folks! I have a requirement, Scenario is, I have 1 BU as GSS and it has multiple child BU(Ex: India Banking, MA Banking, India Finance BU, Ma Finance) I want to My GSS BU user can read only Child...

View Article

Forum Post: RE: Installing a Dynamics Add In from the MS App store

For anyone else having this issue, our max file upload setting (in email settings) was too low. We increased the value and then the Adobe Sign installed successfully.

View Article


Forum Post: RE: Dynamic 365 mobile application

Hi, Yes, you are right, my personal experience is not that great with default mobile app. Check out the new mobile platform from Microsoft called PowerApps. We demonstrated the capabilities of...

View Article

Forum Post: RE: Restricting child BU Records

Hi Seshan, I hope you should be able to implement your requirement using position hierarchy. You need to setup positions and need to manage records access through hierarchical security instead of...

View Article


Forum Post: RE: How to get count of records of say contact entity using C#

Here it is : - private void btnUpdate_Click(object sender, EventArgs e) { string fetchXml = @" "; MessageBox.Show($"Count of Records:{totalCount.Entities.Count}"); } public static int...

View Article

Forum Post: RE: Backup Database from a remote machine to a network folder -...

Hey dear, your problems are very complicated and I think you should take help with assignment writing service because their have all types of solutions. I have personal experience with them. So, you...

View Article


Forum Post: Process not setting field values on field change

I created a new CRM Process Set it to run after field change and selected a lookup field I also changed the workflow to real-time workflow But the workflow is setting the field values only when I click...

View Article

Forum Post: RE: while adding a record in sub grid, On the Save and close ,...

This code is not going to work, you need to write update request on child entity. As I said best option is to implement it with Workflow, you can also write plugin.

View Article

Forum Post: RE: Process not setting field values on field change

Hello, This is a default behaviour, workflow will only trigger once record is saved. If you want to implement some logic which should run as soon as you change value of your field, you need to write...

View Article
Browsing all 154803 articles
Browse latest View live