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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum Post: RE: How to get count of records of say contact entity using C#
Please share your complete code here for checking
View ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum Post: RE: Dynamics CRM 組織DBの更新で失敗する。
Its not clear what exactly you are looking for ? Can you frame your question?
View ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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 ArticleForum 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