Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all 46379 articles
Browse latest View live

Dynamics CRM Organization creation failed

$
0
0

Hi Experts,

While trying to create an organization in Dynamics 365 Version 9 we got the below error message 

Microsoft.Crm.MutitenantPackageDeployment.PackageDeplyerExecution : PackageDeployWrapper : Import Operation Timed out.

PackageDeployer operation timed out.

has someone faced and resolved this issue ?

Regards,
Nishant Rana


Close Opportunity as Close as WON or Close as LOST via API

$
0
0

Hi,

I would like to change Opportunity status to Close as WON or Close as LOST via API:

I use PATCH:
...api/data/v9.1/opportunities(f58cca41-f506-ea11-a811-000d3a2c59aa)

with JSON:
{"statecode": 1, "statuscode": 3, "actualvalue": 0.0, "salesstage": 3, "actualvalue_base": 0.0, "actualclosedate": "2019-11-15"}

But still get:
{"error":{"code":"0x80040216","message":"This message can not be used to set the state of opportunity to won. In order to set state of opportunity to won, use the won message instead.","innererror":{"message":"This message can not be used to set the state of opportunity to won. In order to set state of opportunity to won, use the won message instead."


I have tried to find a solution on Internet but without any success.

Please, help :)

"Win32Exception: The specified module could not be found" error on update CRM database

$
0
0

I upgrade the CRM v8 to the latest v8 version.

Servers were updated without problems, but the database is not updated.

I go to the Deployment Manager, select the organization, click Refresh, I get an error during the upgrade process
System.Exception: Error.ActionFailed Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.Win32Exception: The specified module could not be found

Apparently, some kind of library is missing. There are no details in the Installation Log, in Event Log either.

The Internet points to SQL Server Native Client, but it is installed.

How to understand what the problem is?

How to deploy Web Hook registrations the right way?

$
0
0

Hi

we have a web hook registration launching an HTTP triggered flow in MS Power Automate. Web Hook registrations and the related steps (created via Plugin Registration tool) are being added into the solution. 

When we export the solution, we find back the web hook and steps in the customizations.xml.

However, the URL of the web hook registration refers to a URL in the dev environment. The querystring parameters don't seem to be part of this.

How can you properly deploy such types of Service Endpoints? How to make the Service Endpoint point to the right MS Flow environment/Flow endpoint.

Kind regards

Kim

Custom roles mapped to 1 role

$
0
0

How do I have multiple custom roles that is based on 1 custom role?

For example:

I want custom roles Data Entry - California & Data Entry NY to be mapped to a custom role Data Entry ALL

and VP Mass and VP Texas to be mapped to VP ALL

When I change the permissions of VP ALL or Data Entry ALL, the corresponding child roles will automatically be changed as well.

Hiding Business Process flow in CRM 2016

$
0
0

Hi I am trying Hide the business process flow in CRM 2015 on Leads. If the form has HideBpf = Yes then i want it hidden else if not then show it.

I am using the code below 

function hideBusinessProcessFlow() {
Xrm.Page.ui.process.setVisible(false);
}

function showBusinessProcessFlow() {
Xrm.Page.ui.process.setVisible(true);
}

function showHideBusinessProcessFlow() {
if (Xrm.Page.getAttribute(“new_hidebpf”).getValue() == false) {
showBusinessProcessFlow();
}
else {
hideBusinessProcessFlow();
}
}

But get this error 

ReferenceError: showHideBusinessProcessFlow is not defined
at eval (eval at RunHandlerInternal (crm.xyz/.../ClientApiWrapper.aspx, <anonymous>:1:1)

Have a problem when signout MSCRM 365 on-premise that config ADFS the cookies are reuse by snaping logging request.

$
0
0

      When user signout from MSCRM and the MSCRM application request and cookies was snap then replay the request again.

the data information will return all doesn't check user was signout. In this case application is fail in security test.

How should i do to fix it to check user is authenticated before allowed to call other service.

Behaviour of the URL type field in Unified Interface (compared to Classic UI)

$
0
0

All,

Having started our transition to the new Unified Interface I have noticed that the text fields of type URL behave differently in the new UI when compared to the Classic UI.  

In the Classic UI clicking the URL resulted in a separate Window opened to a size of about 600 x 400 pixels i.e. not a full window. This allowed the user to keep the orginal Dynamics crm form in view.

In the new Unified Interface a full size (maximized) tab opens which covers the whole screen.

This happens with both Chrome and Edge.

Has anybody any idea if this behaviour in the new UI can be altered in any way? Opening a full size tab means that users are having to manually shrink windows and move them aside so that they can read both the CRM form and look at the opendedwebpage.

Any ideas much appreciated


entity name in web api response

$
0
0

I am using web api to retrieve records from multiple entities(which are added to a dynamic list).
i need the name of the entity in web api response to address business requirement. i see the request URL in @odata.context property.
Is there any way we can get the schemaname\displayname of the entity in web api response?

Is it possible to filter a subgrid based on what is selected in a dropdown field?

$
0
0

Hello,

Is it possible to filter a subgrid (Or some sort of list) based on what a user has selected in a dropdown field?  If yes, how can I do this?

Thanks!

Translation doesn't work in Unified Interface

$
0
0

Hey everybody,

I saw that a lot of Attributes were not translated in Unified Interface but in Classic View all are translated.

My goal:

I want to translate Attribute Labels in Classic View and Unified Interface.

My current progress:

I created a custom Entity. On this Entity I created some of two option Attributes. Because the length of the DisplayName Value was to long I change it on the Form with the correct Value. On the form I added Fliep Switch Control to all Attributes. 

I downloaded the translation file from the solution and translated all Attributes from english to german. After that I imported the new zip.

Possible Solutions:

  1. I removed the attribute published all customizations and add it again (no effects)

My question:

Why not all of the attributes were translated in Unified Interface? All other attributes from the same entity/form were translated in Unified Interface.

Thanks for all and 

Best Regards

Workflow based on calculated fields

$
0
0

I want to change my two option set field to yes if the today date and reference date are equal both today date and reffernce date are calculated fields , reference date is 3 days less than the due date. but my workflow didnt update option set field "add to email" to yes

 Today date and reference date are same but it didn't updated my field to yes. and workflow is trigered on creation of task and it waits then for 4 minutes 

Task and Email Notification Difference

$
0
0

Hi Team,

I've a business logic to send notification 7 days before and on the day when contract gets expired which I'm trying to implement in both email and task. However, I do not understand the difference between tasks and email notification in D365/CE. 

I've created a workflow to send email and create task on the same when contract expires. But I would also need to do this 7 days before.

Could you please help me to implement both conditions and purpose of task and email.

Thank you,

Leo

GET data from Dynamics CRM using a web Api in R

$
0
0

Hi,

I want to read customer data from dynamics crm using the programming language R. I try to use an API to do that. This is my code:

library (httr)

usr <- "yourusernamehere"
pwd <- "yourpasswordhere"
url <- "https://companynamehere.api.crm4.dynamics.com/api/data/v9.1/"

GET(url,authenticate(usr,pwd)

Response [https://companynamehere.api.crm4.dynamics.com/api/data/v9.1/]
  Date: 2019-11-19 09:30
  Status: 401
  Content-Type: <unknown><EMPTY BODY>

I get status 401. My username and password is 100% correct.  I tried the api also for the microsoft Business central. The same method worked succesfully for Microsoft Business Central. 

Can somebody help me out. Great thanks in advance! A solution in python is also welcome.

Lennart

Contacts and Notes

$
0
0

Hello there!
I have 250 contacts that need to be updated - I need to add a note to all these contacts.
I've made the advanced find, I've found the contacts and exported the results to be reimported. I added the Notes column and so on.
Still.. the reimport to update worked fine, but didn't actually adedd the note to the contact.

Does anyone have an idea to solve that?
Thank you.


SSRS Data Connector

$
0
0

Hi All,

I am installing Dynamics CRM 365 on a Windows 2016 Server, the SQL Server is on another machine which is SQL Server 2014. I have installed Dynamics CRM 2016 and upgraded to 365 however when I go to install SRS Data Connector the dropdown is blank for SSRS. I know there is a workaround to add a couple of things in the registry but under the registry there is no SSRS folder at all.. I have installed SQL Server Data Tools, is there anything else I can check to see what is missing?

Parameter to View in Account dashboard

$
0
0

HI All, 

On account screen we have price quote grid, that is right now pulling all the price quotes matching with same account_id (db guid).

we wanted pull all the price quote linked with account number(not a guid). can we do this.

Thanks in Advance.

higher version solution import create new solution with upgrade name

$
0
0

Hi All,

We are trying to import a newer version solution on existing old solution on 9.X CRM online, but we are facing an issue where the new solution created on our organization with upgrade name and while we use the 'Apply Solution Upgrade' its give an error as below

Anyone facing such similar or any idea about this issue.

Thanks in advance

After upgrading CRM from 2013 to Dynamics 365 we have problem debugging workflow with Plugin Registration Tool

$
0
0

Hello,

before i ask for help about specific problem i'll write short review of what happened.

We had CRM 2013 on-premise and i was able to debug workflows with Plugin Registration Tool 2013 (ver. 6.1.1.1143) after upgrade to CRM 365 (Version 1612 (8.2.10.24) (DB 8.2.10.24) on-premises) PRT from SDK 2013 was not able to connect to new version of CRM. So now i can connect to CRM only with PRT from SDK 2015 or newer but then i'm not able to debug workflow anymore. 

Problem on PRT 2015 or newer is that steps are not visible when i try to profile workflow.

What are the options?

 

Thank you 

Redirect external portal user to another web page after he login.

$
0
0

Hi all,

How can redirect an external user after he login on the n Dynamics 365 web page .

I want to redirect the user to another web page  to create  manually a user and assign the right to create ticket.

What is  the best way to proceed ?

Thank you!

Viewing all 46379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>