Forum Post: RE: Error installing language pack Dynamics CRM v 9
Hi Greta, I have experienced the same issue, while enabling Language on V9 onprem instance. Then I tried the server patch mentioned in the thread link below (Sven Lange reply) and it worked for me. i...
View ArticleForum Post: RE: Primary field of an entity in Generic Plugin
Hi Praveen, You can register plugina and steps using sdk following link will help you to understand it....
View ArticleForum Post: Connected To field in connections is not listing all the related...
Hello All, When I am trying to create a connection from an appointment entity, Connected To field is not listing the connection enabled entities instead am able to see only below entities: I have tried...
View ArticleForum Post: RE: SSRS Report Creation Auto Sign-In Repeat Popup
Hi , Uninstall BIDS and install the latest version of BIDS(v9), it will resolve the issue. https://www.microsoft.com/en-us/download/details.aspx?id=56973 Dynamics 365, version 9.0 Report Authoring...
View ArticleForum Post: RE: Cannot Change Workflow activity name in V9
Hi guys, I have also run into this issue and used the following workaround: 1-Change the new Workflow activity name to the one you desire 2-Create a temporary solution and add the assembly containing...
View ArticleForum Post: RE: Cannot Change Workflow activity name in V9
Tested and it is working for me! Good catch Bruno!! in the meantime i'll use this workaround. KR
View ArticleForum Post: Product and PriceListElement import help
Hello Everyone, We have ERP system and have two tables Product and PriceListElement connected via productnumber foreign key. We have imported the Products in CRM using webservice, now we want to import...
View ArticleForum Post: Can we retrieve Online Dynamics 365 CRM storage details through...
Hello Experts, Is there a way to retrieve Online Dynamics 365 CRM storage details through an API? Look forward to your expert guidance. Cheers!!!
View ArticleForum Post: How to update bookableresource of a bookableresourcebooking?
I've used CRM REST Builder to create code to update a bookableresource of a bookableresourcebooking; var entity = {}; entity["resource@odata.bind"] = "/resources(3c456b51-1r37-e822-a86e-000d4a27609a)";...
View ArticleForum Post: Call recording
Hello all, we are using MS Dynamics 365 as CRM system. One of the department would like to record phone calls of our junior sales colleagues (content of the whole phone call), for educational purposes....
View ArticleForum Post: How to find the list of Entities\Parent records where child...
Hi, How to find the list of Entities\Parent records where child records not available or created using advance Find
View ArticleForum Post: RE: CRM Updating excel dynamic spreadsheet
Please review the MS article on this feature and ensure you are following all the steps and prerequisites docs.microsoft.com/.../export-excel-dynamic-worksheet This community Post is also helpful if...
View ArticleForum Post: RE: Get current user login in portal
Hi Ahmmad, How exactly you reached to Account data. Steps please. Thanks, Harsh
View ArticleForum Post: RE: How to find the list of Entities\Parent records where child...
Hi Krish ,It is not possible in advance find but using fetch you can get results and use this fetch in plugin .Following blog might help you...
View ArticleForum Post: RE: Can we retrieve Online Dynamics 365 CRM storage details...
Hi Parth, WebApi queries data from metadata of dynamics crm. I'm afraid , metdata doesnt contain storage related details, hence you cant get it through API.
View ArticleForum Post: RE: How to update bookableresource of a bookableresourcebooking?
Hi There, Looks like it should be "Resource@odata.bind" not "resource@odata.bind". The schema name should be used. Please confirm?
View ArticleForum Post: RE: How to find the list of Entities\Parent records where child...
Hi, Can you add some more details to your question ? what you are trying to do ? you can try to use left outer join to find entity which don't have any child records. You can refer this post:...
View ArticleForum Post: RE: How to update bookableresource of a bookableresourcebooking?
Hi, following blog might help you.This is web api related error . community.dynamics.com/.../know-how-set-a-lookup-value-on-create-update-of-a-record-using-mscrm-webapi-an-undeclared-property-error
View ArticleForum Post: RE: Call recording
Hi, Did you check: www.getapp.com/.../microsoft-dynamics-crm-online
View ArticleForum Post: RE: How to find the list of Entities\Parent records where child...
Hi, you only can use advanced find when y ou are using crm v9.0 or above. community.dynamics.com/.../find-records-without-a-child-record-in-dynamics-365-v8-and-v9 For retrieve data purpose If you are...
View Article