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

Replacing the Questions in survey

$
0
0

Thanks in advance

   Is that any possibilities that where i can change the product name dynamically. eg. the company name should remain static and the product name may differ.The product name should populate dynamically in the survey page when the Customer takes the survey.But the point is i need to use only one survey template with same static questions.


Voc Backend process

$
0
0

Thanks in Advance,

  Can any one suggest how voc is working at the backend. eg. how it's getting triggered and how it's getting stored in CRM.

MS CRM 2016 only IE ClientGlobalContext.js.asp "Object doesn't support this property or method"

$
0
0

MS CRM 2016 new button opens a WEBResource in a ModelDialog and passes the parent page record ID works with Edge, Chrome and Firefox but in IE 11 I get an error:

SCRIPT438: Object doesn't support this property or method

ClientGlobalContext.js.aspx (4,54)

document.write('<script type="text/javascript" src="'+'\x2fMakitaUSACRM\x2f_common\x2fglobal.ashx\x3fver\x3d-1208103268'+'"></'+'script>')
document.write('<script type="text/javascript" src="'+'\x2fMakitaUSACRM\x2f_common\x2fwindowinformation\x2fwindowinformation.js.aspx\x3flcid\x3d1033\x26amp\x3bver\x3d-1208103268'+'"></'+'script>')
document.write('<script type="text/javascript" src="'+'\x2fMakitaUSACRM\x2f_common\x2fentityproperties\x2fentitypropertiesutil.js.aspx\x3ftstamp\x3d132507485898\x26amp\x3bver\x3d-1208103268'+'"></'+'script>')
function GetGlobalContext(){return Xrm.Page.context};var xhr = new XMLHttpRequest();
xhr.open("GET", "/MakitaUSACRM/WebResources/ClientGlobalContext.js.aspx", false);
if(xhr.addEventListener) {
xhr.addEventListener('load',function(){if(xhr.status == 200){eval(xhr.responseText);}});
} else {
xhr.onreadystatechange = function() { if (xhr.readyState==4 && xhr.status==200) {eval(xhr.responseText);} }
}
xhr.setRequestHeader("Content-Type", "application/json");xhr.send();

<meta http-equiv="X-UA-Compatible" content="IE=8">
<script src="/xxxxxxxxxx/_common/ClientGlobalContext.js.aspx" type="text/javascript"></script>

I have tried with and with out the parameter (data), changing the meta tag to IE=Edge.

Workflow is not working

$
0
0

Hi,

Workflow was created  to send two summary emails daily, it was working fine till old developer was assigned as administration, I changed workflow administrator to client user who has full admin rights. But workflow is not getting triggered as no emails are getting send by workflow.

Main workflow :

Child workflow:

Please  help if you have any clue.

Thanks,

Sandeep

Existing Contact name is not getting pull into First Name / Last Name

$
0
0

Hello,

When existing contact is selected it is not getting update on the first name / last name form.

How to link ?

I am working on MS Dynamic CRM 2016.

Regards

Faisal

Dynamics 365 pane for Outlook not showing won opportunities

$
0
0

The Outlook Dynamics 365 pane isn't showing CRM opportunities that have already been "won". Our business development team needs to be able to track/set regarding emails to won opportunities because they are still corresponding with the contact and making changes to deals. Is there a way in the settings to change this so that they show up when searched for? Maybe some type of filter? All open opportunities show up, just not the won opportunities. I have included screen shots for reference. 

Thanks. 

Restrict IP’s or MAC ID’s for online CRM.

$
0
0

Hi All,

I want to Restrict  IP’s or MAC ID’s for online CRM. Please guide if have any clue.

Thanks,

Sandeep

How to dynamically/Programmatically add JavaScript library from Solution Configuration Page using WebAPI(Javascript)?

$
0
0

Hi Experts,

     I have solution which contains a JavaScript Library,from the solution configuration page i am getting Entity Name from user input for which i need to add this Library and register a function on change of an attribute of that selected entity,all i want to do with  using JavaScript.


Queues and Queue Items

$
0
0

Good Morning all.   I am working on an issue where we select a queue item build for a specific queue and the filter is to only show Active records.   But we have some "Resolved" records showing up.  I added Status to the view and the status is showing active but when I open the record it is Resolved.

I am however unable to find how to filter the Queue itself.  I have attached a screenshot to show what is happening.

Recurring workflow for sending summary email daily

$
0
0

Hi,

How to create custom workflow for sending email daily.


Thanks,

Sandeep

Deleting Contract Line refreshes all fields

$
0
0

Hi all,

Have a weird thing going on in my instance (on 8.2). Whenever I delete a contract line, all the fields "refresh". By that, I mean none of the fields change, but it's shown on the audit log. The problem is that this is setting off plugins that run on the update of a field, even though the field has not actually changed. This is the audit log for after I delete a contract line


I'm guessing this isn't intended functionality (why would it be?), so I was wondering if anyone else has had a similar problem, and if they have any information on whether Microsoft is aware of the issue?

Thanks!

Assign customer to other parent entity

$
0
0

hi,

i have created 3 entities : Entity A contains list of Shop; Entity B contains list of Factory, Entity C contains customers.

i have 100 customers in A and i want to assign thems to the entity B. (i have done the relationship between the entities).

For exemple : i have "AYMEN" as customer in "XXX SHOP" (his parent is XXXSHOP) and i want that hi will be a customer in "XXXFACTORY)--> So i have to change his parent, and delete it from "XXXSHOP".

Can some one help me. 

Using OData in CRM to determine whether specific entity has children or not

$
0
0

I have created custom entity called new_property

that has lookup field "Parent Property"since "Property" can be child of another "Property"

I need to determine whether the property has 1 or more children properties or not

for this purpose I did the following

var parentId = Xrm.Page.data.entity.getId();//To get the Id of the Current Entity

var serverUrl = Xrm.Page.context.getClientUrl();
var oDataEndpointUrl = "/XRMServices/2011/OrganizationData.svc/";

//Name of the Entity I am getting Data from
var odataSetName = "new_propertySet";


//The OData Select Statement
var odataSelect = serverUrl + oDataEndpointUrl + odataSetName + "?$select=new_name &$expand=new_ParentProperty($filter=new_propertyId eq guid'" + parentId + "')";

This is throwing a bad request exception

So how should I write my code to accomplish that?

Is "expand" necessary?

These are screenshots formy entity and fields

Distribution List in Office 365 for Dynamics 365

$
0
0

Hi,

I have to send emails to a Team in Dynamics CRM.

I created Distribution List in Office 365 and in CRM I have created a Team --> Queue --> incoming mail (with the DL mail) and the same mail in queue mailbox.

When I test the mailbox a error occur (ErrorInternalServerTransientError).

Why? Is a Exchange license required for the DL?
Sorry for my English
Thanks
Sergio

Undo changes made On-Change of option set value

$
0
0

Hi
I have got a scenario where I'm letting user to update read only fields when a particular option set value is chosen(by enabling them). After changing the field values if the user selects another option(On change) I want to undo all the changes he have made. This is achievable on save but I want to do it on-change of the option set value. The option set got 4 values. I'm enabling the fields on-change of only one value, and have to revert the changes when any of remaining 3 option values are chosen. Thank you.


Generic Dynamics 365 Error

$
0
0

Does anyone know what this error means? It's pretty generic and has no error code. I am trying to access the "Select Entities for Categorized Search" in the System Settings under the main Admin settings. If anyone has any idea what this means please let me know. Screen shot for reference.

Subgrids are not displayed/loaded for some users / error messages in Fiddler

$
0
0

Hi

We have a very strange issue.
We have user for which the Contact/Account Form does not load properly on the CRM test system when using pc A (=his pc). The subgrids on the Form are not displayed/loaded. For all other users it works fine. If the affected user uses a different PC let’s call it “B” (with his AD/CRM) it works fine. It also works fine when the users uses his PC A but connects to our CRM DEV system. Different org – but the same solution.

So we did run a Fiddler session for the affected user and PC A. and can see a few red lines in the session log. See attached screenshot.

There is an error saying:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""www.w3.org/.../strict.dtd">

<HTML><HEAD><TITLE>Bad Request</TITLE>

<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>

<BODY><h2>Bad Request - Request Too Long</h2>

<hr><p>HTTP Error 400. The size of the request headers is too long.</p>

</BODY></HTML>

 

We tried both IE/Chrome and as well cleared browser cache. But nothing helps.
Any other ideas?


Many thanks

Alen

JQuery Show/Hide Fields?

$
0
0

Hi all:

I am working on an ADX v7 project and I have a Portal Entity Form with a “Status” option set on it, and depending on the selection made in the option set, I to use jQuery  to add/remove options from the Option Set, and then set a bunch of the fields on the form read-only, but I have hit a few snags. The Option Set Code works fine, but when I try to set fields to read only, I cannot disable the “Arrow” icon on drop-downs so the user can make changes anyway. I have been able to hide the “Magnifier” for lookups, but again the user can click in the accompanying text box and delete the value. I also tried setting the fields to disabled, using $("#<fieldname>n" ).prop( 'disabled', true );  but then I have found that the form loses the values in those fields when the user clicks the Submit button. Any and all ideas appreciated!

Pre-populate a field not related to Contact?

$
0
0

Hi all:

Does anyone know how to pre-populate a field that is not related to Contact? I have an entity called SSA, and another related entity called SSAL, which shows in a sub-grid on the SSSA form. The sub-grid has a create button, and when I click that I need to be able to pre-populate the SSA Lookup Field on the SSAL form. If I need to use ODATA can anyone point me at a good example?

Thanks for any and all replies.

Call SharePoint REST API from Dynamics CRM Online

$
0
0

Hello! 

Trying to call SharePoint Online REST API from Dynamics CRM Resource (js file). 

This is the code:

function spOnLoad() {
        var req = new XMLHttpRequest();
        req.withCredentials = true;
        req.open("GET", encodeURI("<sp url>/_api/lists/getbytitle('Documents')/items"), true);
        req.setRequestHeader("Accept", "application/json;odata=verbose");
        req.onreadystatechange = function () {
            if (this.readyState == 4 /* complete */) {
                debugger;
                req.onreadystatechange = null;
            }
        };
        req.send();
    }


But every time I get 403 forbidden. When I check Fiddler I see that "FedAuth=" cookie provided. 

Any suggestions? 

Viewing all 82002 articles
Browse latest View live


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