microsoft-dynamics

Create annotation to a contact entity in Microsoft Dynamics CRM by API

北战南征 提交于 2019-12-17 19:57:42
问题 This question is related to Microsoft Dynamics CRM 2015, that I'm calling through API. I create contact entity: POST [organization URI]/api/data/contacts Content-Type: application/json; charset=utf-8 Accept: application/json { "emailaddress1": "myemail@example.com", } It works, I see new record, after I log into the panel. And I can call it through the API: [organization URI]/api/data/contacts(f76e4e7c-ea61-e511-80fd-3863bb342b00) { "@odata.context":"[organization URI]/api/data/$metadata

Dynamics 365 Web API Email send

可紊 提交于 2019-12-13 15:31:22
问题 I'm building a subscription for pages at a website. So a to-be subscriber post via a form and get added to a marketing list in Dynamics 365 Online. From a scheduled job at the website i then make a request of the contacts in a marketing list. Then i need to send them an email that a new page have been created with this properties and a link to that page. So i would like to make that responsibility Dynamics 365 Online. So im using the Web API and the action: SendEmailFromTemplate Not sure if i

How to customize Menu tab (Ribbon/command bar) in Microsoft Dynamics CRM?

旧时模样 提交于 2019-12-13 08:57:10
问题 I'm recently developing a CRM application using Microsoft Dynamics 365. How do we customize the menu tab in Microsoft CRM as shown in attached Figure? Please let me know the steps to do so. Please check snap here. 回答1: Download the Ribbon Workbench from Develop1. The download is a managed CRM solution which you import into your CRM environment. The solution provides a great and intuitive interface for editing ribbon bars throughout your CRM organisation. 来源: https://stackoverflow.com

Dynamics CRM Web Api Function: Illegal characters in path when using encodeURIComponent

◇◆丶佛笑我妖孽 提交于 2019-12-13 05:48:14
问题 I'm trying to use the Search Function (https://msdn.microsoft.com/en-us/library/mt608029.aspx) via the Dynamics CRM 2016 Web API. This is my code: var start = new Date(2016, 2, 1, 17, 0, 0); var end = new Date(2016, 2, 10, 18, 0, 0); var request = new Object(); request.AppointmentRequest = new Object(); request.AppointmentRequest.SearchWindowStart = start.toISOString(); request.AppointmentRequest.SearchWindowEnd = end.toISOString(); request.AppointmentRequest.ServiceId = "5f3b6e7f-48c0-e511

Find / search the AOT for an exact match

巧了我就是萌 提交于 2019-12-13 04:42:08
问题 Is it possible to find (search) in Dynamics AX 2009 for an exact match? For example, when I am searching in the AOT for "AddressRelationship", I don't want to see DirPartyAddressRelationship in the results. 回答1: Okay, it took me a while, but I have figured this out, it Is possible . Adding a breakpoint to the find form shows that it uses a class called SysUtilScanSource to find your string within the AX source code. In SysUtilScanSource.do() the method match is used to find a match against

How do I remove Dynamics CRM sitemap customizations?

不羁的心 提交于 2019-12-13 04:32:24
问题 I've got a managed plugin that I can install / uninstall from Microsoft Dynamics CRM. Within the plugin's customizations.xml I have included a small section of Sitemap customizations, particularly an additional group and added to the sidenav area. The issue that I'm running into, however, is that the sitemap customizations do not get removed when I uninstall the plugin. The additional group remains as part of the sidenav area, though now it causes sitemap errors because the necessary

Add subtotals and grand totals in Axapta 2009 report

百般思念 提交于 2019-12-13 03:49:15
问题 I have a report like this Classification Item Qty Weight (Kg) Value I want to add subtotal per Classification and grandtotal to both Weight and Value. How? 回答1: To add a subtotal for Classification you need to set the SumAll property of the corresponding field to Yes . However you would need to calculate grand totals of Weight and Value manually, you can display them in a separate ProgrammableSection by running element.execute(...); from the fetch() method. 来源: https://stackoverflow.com

2013 Microsoft Dynamics CRM - Change forms using JS

让人想犯罪 __ 提交于 2019-12-13 03:48:16
问题 I've got a custom entity that has multiple forms. To create a new form, this is done via a sub-grid. The user just clicks the plus button on the subgrid. This populates certain fields on the form. I want to be able to change to a specific form, and pass the data that is populated into the fields across. Currently, I've used the Xrm.Page.ui.formSelector library to switch between forms based on when the entity is in create mode. I use this to switch between the forms: Xrm.Page.ui.formSelector

Getting weird behavior when retrieving data from Microsoft CRM using LINQ

…衆ロ難τιáo~ 提交于 2019-12-13 02:14:09
问题 I'm having this problem accessing the Contact entity using LINQ. I have the 2 functions below. If I ran the 1st function and then call the 2nd one, I seemed to be missing a lot of fields in the 2nd query. Like firstname and lastname are not showing up. They just shows up as null values. If I ran the 2nd function on its own, I am getting the right data. The only fields that shows up correctly in both runs are Id, ContactId and new_username. If I ran the 2nd function on its own, I am getting

Dynamics AX 2012 RegConfig does not work

╄→尐↘猪︶ㄣ 提交于 2019-12-13 01:34:37
问题 I'm currently developping a failover service for an environment using Dynamics AX and 2 mirrored SQL servers, and I have some issues getting AX to work the way I expect it to. I have developped a service which does the following : - try to connect to the SQL servers instances - start Dynamics AX using the reachable SQL server. To do this, I have created 2 AX configuration files (.axc), each one pointing to a SQL server. But when I try to start the service, no mater which way I use, AX always