dynamics-crm

Customize Generic Error Message for Dynamics 365

荒凉一梦 提交于 2021-01-29 03:31:52
问题 I'm trying to customize the generic error message in Dynamics 365 (e.g: an error when a user doesn't have enough privilege like 'you do not have enough privileges...'). Which configuration I need to update to achieve it? 回答1: Go to Settings -> Customizations -> Customize the System -> Entities -> User -> Messages You should be able to configure particular text in here: Alternatively, you can export the translations & update in bulk, then re-import it. 来源: https://stackoverflow.com/questions

Hex to ASCII string conversion on the fly

笑着哭i 提交于 2021-01-28 17:07:24
问题 I am interested to know if there is a possibility to read the records of a table containing hexadecimal values and convert them on-the-fly into string datatype before displaying / using them as a results (like on the example picture, where the raw data is displayed on the left and how the program interprets it on the right portion). Data taken from MS Dynamics NAV v5 (SP1) ERP software... Additionally, I would like to know if there is a possibility of setting a condition (e.g. where) that

Hex to ASCII string conversion on the fly

别来无恙 提交于 2021-01-28 17:04:00
问题 I am interested to know if there is a possibility to read the records of a table containing hexadecimal values and convert them on-the-fly into string datatype before displaying / using them as a results (like on the example picture, where the raw data is displayed on the left and how the program interprets it on the right portion). Data taken from MS Dynamics NAV v5 (SP1) ERP software... Additionally, I would like to know if there is a possibility of setting a condition (e.g. where) that

MS CRM: After Deployment of a managed Solution a workflow is still in old version

我与影子孤独终老i 提交于 2021-01-28 08:07:44
问题 I've deployed an update to a managed solution in CRM 2016. In this updated solution, there was an update to an existing workflow. After the deployment the workflow is still in the old version, even though the import log says that the workflow definition has been overwritten and published. How is this possible and what can I do to make it work? FYI: The update of the workflow was an alternation of an if expression. 回答1: Delete the managed solution from target environment. Retry by exporting a

weird Error TypeError: Cannot read property 'setValue' of null at onSuccessMapUnitFields [closed]

不问归期 提交于 2021-01-28 05:43:51
问题 Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . Improve this question This code was running fine until I decided to add 4 more lines of code, so I removed them. But I got this error, funny thing is I added my lines on the Form_onload function. I need help with this. function Form_OnLoad() { debugger; if (Xrm.Page.ui.getFormType() == 1) { Xrm.Page

Dynamics 365 - Get the value for selected option from Global Option Set

倖福魔咒の 提交于 2021-01-28 05:23:25
问题 I'm trying to find a way to get a value for my field which is based on a GlobalOptionSet. I'm managing to pull back data from my endpoint https://TEST.test.dynamics.com/api/data/v9.1/projects which is returning my list of projects. some of the fields on this dataset just show as GUID's which I've managed to expand into and get their values. However, some of the fields returned are showing just numbers like 866110000 which I believe is an option in a GlobalOptionSet. I know I can get the

SQL Query for DynamicsCRM Most recent activity over all contact per account

喜夏-厌秋 提交于 2021-01-28 05:20:24
问题 I want to list the most recent activity (from FilteredActivityPointer) per account (FilteredAccount). Problem is that activities are not directly linked to account but have contacts in between. So accounts can have multiple contacts. Multiple contacts can have multiple activites. The full entity model Question: How can I retrieve the most recent activity per account? I tried the following (using SQL Server 2016, Transact SQL): SELECT * FROM FilteredContact co cross apply (SELECT TOP 1 * FROM

Not able to delete the system workflow step in MS CRM 2016 on-premise

a 夏天 提交于 2021-01-28 05:05:52
问题 I have created a system workflow and deleted the workflow itself long back. But still the workflow is running. I cannot find it under normal process. But when I do the advanced find for process entity, I can find the workflow. When I am open it there is not delete or deactivate button for it. I tried deleting or deactivating it from the workflow view itself. But it is not allowing me do. Getting the generic error as "Microsoft Dynamics CRM has experienced an error. Reference number for

Dynamics CRM 2013: Audit logs have “blank” records

可紊 提交于 2021-01-27 21:30:23
问题 On a custom entity I enabled a single field for auditing which seems to be working fine. But there are many, many more audit records having changed date, changed by (both user and service accounts) and event of Update but blank changed field, old value and new value columns. Opening one of these "blank" records shows the message given in the title. And when you open one of them what you see is no table but the statement "the fields changed by this action are not enabled for audit tracking".

PCF control extending the native grid

牧云@^-^@ 提交于 2021-01-25 07:21:07
问题 This question is follow up on another SO thread. When I'm trying to use this manifest, getting error. <?xml version="1.0" encoding="utf-8"?> <manifest> <control namespace="MyControls.MyGridControl" constructor="MyGridControl" display-name-key="MyGridControl" description-key="MyGridControl" version="1.0.0" hidden="false" control-type="virtual"> <modes><read /><edit /></modes> <data-set name="Grid" display-name-key="CC_Grid_DSGrid" cds-data-set-options="displayViewSelector:false