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

Need help understanding this 1:1 post from CRM Tip of the Day

$
0
0

I need this solution, but I'm a bit confused with the instructions:

http://crmtipoftheday.com/2014/06/25/create-a-11-relationship/

It says to create a 1:N and N:1 relationship between the two entities.  Doesn't this already happen by default?  And it says to create a lookup on both "entities."  The child entity already has the lookup by default when you create this.  SO, I used that one and created one on the parent back to the child.

The workflow to populate the lookup from the parent to the child is my problem.  I assume you should be populating the parent with the PK from the child, but I can't see it in the workflow on create of the child. 


MS CRM 2013 New Form error

$
0
0

Hey guys,

I am facing a strange error in the fresh default organization of MS CRM. I installed CRM 2013 + Service Pack 1 + Update Roll up 2 in my server. The installation went fine. The default organization got created. The deployment manager shows the default organization and am able to browse, create records, update records in CRM within the server.
But, when when I access the CRM url from my desktop or anywhere outside the server and click on 'New' button from any entity, the New form is not opening. There is Error on Page on the browser (have tried with multiple browsers IE, Chrome, Opera) and the Microsoft pop up to send error report appears. Below is the error from the error report.
Microsoft Dynamics CRM Error Report Contents

<CrmScriptErrorReport>
  <ReportVersion>1.0</ReportVersion>
  <ScriptErrorDetails>
   <Message>Unable to get property '_error' of undefined or null reference</Message>
   <Line>7</Line>
   <URL>/_common/global.ashx?ver=-970251868</URL>
   <PageURL>/main.aspx?etc=2&extraqs=%3fetc%3d2&pagemode=iframe&pagetype=entityrecord</PageURL>
   <Function>anonymousr:Unabletogetproperty'_error'ofundefinedornullreference</Function>
   <CallStack>
    <Function>anonymousr:Unabletogetproperty'_error'ofundefinedornullreference</Function>
   </CallStack>
  </ScriptErrorDetails>
  <ClientInformation>
   <BrowserUserAgent>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.3; WOW64; Trident/7.0; Touch; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; Tablet PC 2.0; InfoPath.3)</BrowserUserAgent>
   <BrowserLanguage>en-US</BrowserLanguage>
   <SystemLanguage>en-AU</SystemLanguage>
   <UserLanguage>en-AU</UserLanguage>
   <ScreenResolution>1518x853</ScreenResolution>
   <ClientName>Web</ClientName>
   <ClientTime>2016-01-19T11:39:23</ClientTime>
  </ClientInformation>
  <ServerInformation>
    <OrgLanguage>1033</OrgLanguage>
    <OrgCulture>1033</OrgCulture>
    <UserLanguage>1033</UserLanguage>
    <UserCulture>1033</UserCulture>
    <OrgID>{4D84D183-53BB-E511-8693-005056A53294}</OrgID>
    <UserID>{3101834B-58BB-E511-8693-005056A53294}</UserID>
    <CRMVersion>6.1.3.119</CRMVersion>
  </ServerInformation>
</CrmScriptErrorReport>

<CrmScriptErrorReport>
  <ReportVersion>1.0</ReportVersion>
  <ScriptErrorDetails>
   <Message>Unable to get property 'header' of undefined or null reference</Message>
   <Line>2</Line>
   <URL>/_common/JsProvider.ashx?ids=1959345455-451858892-1713948411-1401263868-1250882489-367493978-19173614-574022791-696891199-2007586035-1552783829&ver=-970251868</URL>
   <PageURL>/main.aspx?etc=2&extraqs=%3fetc%3d2&pagemode=iframe&pagetype=entityrecord</PageURL>
   <Function>anonymousr:Unabletogetproperty'header'ofundefinedornullreference</Function>
   <CallStack>
    <Function>anonymousr:Unabletogetproperty'header'ofundefinedornullreference</Function>
   </CallStack>
  </ScriptErrorDetails>
  <ClientInformation>
   <BrowserUserAgent>Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.3; WOW64; Trident/7.0; Touch; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; Tablet PC 2.0; InfoPath.3)</BrowserUserAgent>
   <BrowserLanguage>en-US</BrowserLanguage>
   <SystemLanguage>en-AU</SystemLanguage>
   <UserLanguage>en-AU</UserLanguage>
   <ScreenResolution>1518x853</ScreenResolution>
   <ClientName>Web</ClientName>
   <ClientTime>2016-01-19T11:39:23</ClientTime>
  </ClientInformation>
  <ServerInformation>
    <OrgLanguage>1033</OrgLanguage>
    <OrgCulture>1033</OrgCulture>
    <UserLanguage>1033</UserLanguage>
    <UserCulture>1033</UserCulture>
    <OrgID>{4D84D183-53BB-E511-8693-005056A53294}</OrgID>
    <UserID>{3101834B-58BB-E511-8693-005056A53294}</UserID>
    <CRMVersion>6.1.3.119</CRMVersion>
  </ServerInformation>
</CrmScriptErrorReport>

The only difference between accessing CRM url within the server and outside the server is we have implemented Netscaler configuration and CRM is accessed through this Netscaler url from my desktop (anywhere outside the server).

I have tried repairing/uninstalling CRM multiple times but the issue still remains. Have checked for all permissions according to the Installation guide and it is good. The necessary firewall rules to access the CRM url is opened (Am assuming that's why I am even able to access CRM). There are no errors/exceptions logged in Trace, no errors in event logs either.

Has anybody faced a similar issue? Is there anything important that we need to take care of while implementing netscaler for Dynamics CRM 2013?

JavaScript for disabling sections does not work on Mobile App?

$
0
0

Hello there,

I have JavaScript on my main form which basically hides the section based on the selection in the field using Xrm.Page.ui.tabs.get().sections.setVisible(); and its working fine on web browser.

But when I load the same form in Mobil/Tablet application, it gives a script error " the property setVisible is not available to null object'

Does anybody faced this problem and have any resolution.  Does hiding section using javascript is supported script in Mobile/Tablet app. 

The MSDN arcticle  https://msdn.microsoft.com/en-us/library/dn481572.aspx says that Xrm.Page.ui tab. setDisplayState is note a supported on mobile app, but doesn't specified about the sections though

Relevant Links gone since CRM Update 1?

$
0
0

Did relevant links field name change since the CRM Update 1?

Any one have any idea?  

How to retrieve Relevant Links in Dynamic CRM?

$
0
0

Can someone tell me how I can retrieve Product's relevant link in CRM via C#?

Thanks

CRM - Ribbon

$
0
0

I created a trial version CRM account and when I logged in, all the entities are in disabled status. I cannot edit the entities metadata. Is this the new change  in the 2016 online version???

Can I have 2 or more CCA Hosted Applications in USD?

$
0
0

I'm planning to connect a web application on my USD. When I created 2 CCA Hosted Application the other CCA HA didn't work? I'm wondering if I can have 2 or more CCA Hosted Applications in USD that is both activated and being used?

CRM for outlook 2015 add email to case.

$
0
0

Hi,

I have an issue with CRM for Outlook.

When trying to add an email to a case through the outlook client nothing happens. It works with other entities. I have tried this using CRM for Outlook 2015, and CRM for Outlook 2013.

 

Steps to taken:

-Connect outlook to CRM 2015.

-Go to cases.
-Go to the "Add" tab.
-Select a case.
-Click the "Email" button.
-Nothing happens.

Has anyone had this problem before? Any ideas?

Thanks,

Zoe


Error while opening an a customised custom entity, showing "An Error occurred" .

$
0
0

Hi All,

I'm experiencing an error while opening a custom entity in My dynamics CRM online, its giving the message "an error occurred", the error started after customising form fields, and editing a JavaScript function. I reverted the JavaScript function changes from Customisation, but  I couldn't access any of the form related to this entity in the customisation  also, everywhere its giving same error.   

Thanks

Nidheesh

"An Error occurred " while opening a custom entity in dynamics CRM 2016 online.

$
0
0

Hi All,

I'm experiencing an error while opening a custom entity in My dynamics CRM online, its giving the message "an error occurred", the error started after customising form fields, and editing a JavaScript function. I reverted the JavaScript function changes from Customisation, but  I couldn't access any of the form related to this entity in the customisation  also, everywhere its giving same error.   

Thanks

Nidheesh

MS CRM linkedin integration

$
0
0

Hi All,

can any one suggest ways to integrate MS CRM with linkedin. I was told that CRM 2016 social profile has default integration with linkedin. Is there any default linkedin  integration feature or any other social media integration with CRM.

Thanks And Regards,

Allwyn Christopher 

quotedetail sub grid + button doesn't work in quote entity, when view is changed

$
0
0

QuoteDetail subgrid plus button does not work when i changed the view of the subgrid. first it was product inline edit view and i changed it to custom view containing the columns that i wanted. Now plus button does not work. do you know why and is there a way i can make it work ?

Any help would be appreciated. Thanks.

Hide Field in CRM 2011

$
0
0

When hiding all the fields in CRM 2011 for the same row, it will display empty spaces.

Is there a way to remove all those spaces when hiding the fields in Javascript ?

Note that i'm using crm 2011 UR18 

AX-CRM CONNECTOR FOR CUSTOM ENTITY

$
0
0

Hello Everyone,

We are trying to integrate AX 2012 R2 with CRM online using connector.

It is working properly for Standard integration i.e. Account, Contact, order etc. however we are not able to integrate custom entity, containing only two single lines of text fields.

Here are my observation for Account:

When an account is created, a submit button is shown on the form. On click of this button “Ready for Integration” flag is set and Integration key is generated (using account no and GUID).

Then the record is sent to connector from which it is inserted to AX.

If the record is deleted it is added to *Account* entity in the solution inserted by connector.

Also there are two plugin

1. For create, update

2. for delete

However the in case of custom entity:

The button and flag are not available. Only the integration key field is available.

If I populate the field with generated (using record id and GUID) in a plugin on create. Then create update is working but delete is not working.

My question is for every non-standard entity do we need to do the above customization (plugin).

PLEASE HELP.

  • CAN SOMEONE PLEASE EXPLAIN HOW THE CONNECTOR WORKS?
  • IS THERE AN ISSUE IN CONFIGURATION PROCESS OR IS THERE A NEED TO WRITE CUSTOM CODE FOR EACH CUSTOM ENTITY? IF WE HAVE TO WRITE CODE WHAT WILL BE ITS CONTENT?

 

 

 Thanks and Regards ,

Poornima k.

which is the 1st job in configurations - create organisation, create users or create solutions

$
0
0

am a new user for crm so i dont understand where do i start my settings crm.


save button in ribbon is disabled

$
0
0

Hi,

We did a migration for Dynamics CRM 2011 from domain A to domain B.

After that, we faced an issue that some forms which pop up by a javascript (using showWebDialog()) are having the save button disabled, though when opening these forms from Advanced Find, it is coming fine and the save button is enabled fine.

We need it to be enabled even if it is through the javascript. Do you have any idea?

Thanks,

Error: Insufficient Permissions You do not have permission to access these records. Contact your Microsoft Dynamics CRM administrator.

$
0
0

Hi,

i have created two entities for my requirement

1) Customer

2)Trip Sheet

Here, i have linked Customer Entity with Trip Sheet Entity, Trip sheet has a customer lookup field.

And i created security role for the Site-Operator user to restrict the user from Updating and deleting the trip sheet record.The Security role Screen is shown below.

The issue is when i try to create or read the Customer record in Site-Operator User it is giving the below error;

Error: Insufficient Permissions
You do not have permission to access these records. Contact your Microsoft Dynamics CRM administrator.

 

Please Help.

 

Thanks

Lookup Pricelist using the Account via C#

$
0
0

Can someone show me how to look up the default price list on the account entity using c#?

Dependent Option Sets

$
0
0

Hello all,

I have two different option set fields set up on CRM 2015 Online. One contains the branches and the other, country names. How can I link those two option set fields together so that when I select a branch, the country is automatically selected?

Thanks in advance

Restricting Business Process Flow Bar Progress to User or User Role

$
0
0

Hi all,

Our team is looking to lock down BPF bar to a particular user or user role so that only a coordinator can move a project to its next stage of research. What are my options to do this?

Thanks,

Blayze

Viewing all 79901 articles
Browse latest View live


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