Forum Post: while adding a record in sub grid, On the Save and close , the...
Using OData I have to Accomplish this. What will be the Query. I am a new beginner. I have two entities Order(Parent) and OrderProduct(child) and the relationship is 1:N. I have a column 'Products' in...
View ArticleForum Post: RE: How to change base URL of Dynamics 365 Add-on Portal
The base portal URL can now be changed from the portal administration UI. It appears as a tile one the Portal Actions screen
View ArticleForum Post: RE: CRM 2013 SharePoint 2013 list component stuck in "Loading...
Hi shennu, Update the List Component to the latest version to resolve this issue.
View ArticleForum Post: RE: while adding a record in sub grid, On the Save and close ,...
Hello, Not sure why you want to implement this as there could be multiple line item to order. Anyway you can simply setup a workflow on create of the order product and pick product from child and set...
View ArticleForum Post: RE: while adding a record in sub grid, On the Save and close ,...
Hi, Could you please help with the Javascript OData. I am trying out with Javascript OData.
View ArticleForum Post: RE: Default Unit change for a product in opportunity line
Thanks a lot for the reply Adrian I was looking at a standard feature where we do not need to use the JavaScript is that possible
View ArticleForum Post: RE: Default Unit change for a product in opportunity line
Hi Kasunpathirana, Unfortunately, you will not be able to do this without some custom development.
View ArticleForum Post: RE: Default Unit change for a product in opportunity line
I'm looking at a standard feature where we can override the default unit at Opportunity Product Line.
View ArticleForum Post: RE: Default Unit change for a product in opportunity line
Thanks a lot Adrian for the answer. Which means standard is not able to cater in this scenario. It seems If you want to use standard then have to have two different products to cater this scenario.
View ArticleForum Post: Open Local File Directly from D365
If the local path was mentioned in a note or some other place Is there a standard feature which would help to open Local file path from D365. Can this be achieved without customization.
View ArticleForum Post: RE: Open Local File Directly from D365
Hi, you can refer the below link, but this is not going to be easy. thecrmclub.blogspot.com/.../step-by-step-how-to-open-local-file.html
View ArticleForum Post: RE: Open Local File Directly from D365
Hi Kasunpathirana, You will not be able to achieve this without custom development, but this is an example of a method to do this. Start by creating a JavaScript file to run on load of a form. The code...
View ArticleForum Post: RE: Open Local File Directly from D365
Thanks Wei this is the same result I got when I search but was looking at standard feature seems it's not available.
View ArticleForum Post: RE: while adding a record in sub grid, On the Save and close ,...
Hi Rosy, You can write a update call, in case you only want to do it using JS, 1. Download Rest Builder github.com/.../rest-client . 2. Generate a Update request based on the order id, 3. Use js code...
View ArticleForum Post: RE: Open Local File Directly from D365
Hi, there is not out of box feature support this. So, you have to create your own custom solution.
View ArticleForum Post: RE: Default Unit change for a product in opportunity line
I found a workaround if add in the price list same item with two times to the price list item with two different unit then It will display in the opportunity line to select. Price List Items Product...
View ArticleForum Post: RE: How to get count of records of say contact entity using C#
It throws a Nullreferenceexception just at the line :EntityCollection results = _service.RetrieveMultiple(fetch); I am trying to code this inside button event, can that be the cause? private void...
View ArticleForum Post: RE: How to get count of records of say contact entity using C#
Thanks for the code, however, I want a messagebox to pop up and show the number of records, and I am unable to place it inside the button event as it wont understand totalcount : -...
View ArticleBlog Post: Tip #1123: Audit data reads in Dynamics 365
Whether you care about GDPR or not, the changes made to the Dynamics 365 platform to comply with GDPR have a positive impact on all Dynamics 365 users. One of those changes involves auditing....
View Article