Case Resolution Entity
I am really confused what the purpose is of the Case Resolution Entity? Is this something that is being worked on because at this point it does nothing accept mark the case as resolved. Seems there is...
View ArticleRE: Case Resolution Entity
You are right, out of the box you can't get back at the data through a workflow so you can include it in an email. In order to do this you would need to create a custom workflow activity to retrieve...
View ArticleRE: Retrieve main phone in case base account id
Code is working but how can i set value to new field i am attaching my codefunction Customer12() { var account = new Array(); var account = Xrm.Page.getAttribute("new_customerid").getValue() !=...
View ArticleRetrieve main phone in case base account id
Retrieve main phone in case base account id
View ArticleAccount Name data (and company name) not showing after Import
I have tried 3 times to import my client data into CRM. I have watched the videos, and found some tutorials on YouTube. Each time, after I map the fields and import the data, on my Accounts records the...
View ArticleRE: Account Name data (and company name) not showing after Import
You might try starting out with 1 file and stripping out everything but the account name as a test with a couple records. Then progressively add more fields and the other file. This might narrow down...
View ArticleRE: Retrieve main phone in case base account id
I think the issue is here:Xrm.Page.getAttribute("new_MobileNo").setValue(retrieved.results[0].new_MobileNo1); Try lowercase field...
View ArticleCan you place a chart on an account form?
Is it possible to create a chart on a form with the current data in there?For instance we have 17 fields in the account form; totalcost, proposed cost, valued cost, etc, etc - it would be nice if we...
View ArticleRE: Outlook client automatically signing out
could you please look into the IG for increasing the time out setting for On premise. This is applicable for both web and outlook...
View ArticleCRM 2011 SSRS Report issue
Hi All, We are working on CRM 2011 UR 13. We have developed SSRS report. The report has 2 parameters: 1. Entity Type: Single select Picklist. User can choose Company or contact2. Entity Records: Multi...
View ArticleRE: Account Name data (and company name) not showing after Import
Thanks for the response JLATTIMER. I started with that, and what eventually worked today (after 3 more tries) is using the XML files provided as templates from CRM. Once I downloaded those and...
View ArticleHow to overwrite managed solution in CRM?
I created managed solution S1 on my dev CRM. Then imported it on 'clean' TEST CRM machine. Now I made some changes on dev CRM like deleting and adding some fields from Contact entity. After, I made new...
View ArticleRE: CRM Consultancy Adelaide Australia
Scott,This forum is for technical support questions. I would think you would get better results/responses by posting the same question at either the LinkedIn group site or the Dynamics Facebook page....
View ArticleRE: Microsoft Dynamics CRM Outlook client error on Outlook 2011 and 2013
I have not been able to test with another PC using my Outlook account. May try that later.
View ArticleMicrosoft Dynamics CRM Outlook client error on Outlook 2011 and 2013
I have tested this on Outlook 2011 as well as 2013 and have run the roll up update, but still getting this error. On the CRM tab in outlook, whatever I click on, I will get this screenAn error has...
View ArticleRE: Microsoft Dynamics CRM Outlook client error on Outlook 2011 and 2013
Thanks for the suggestion. I did follow your instruction and cleared browsing history with all options except for the favorite website data selected. But going back to Outlook and I'm still getting...
View ArticleRE: Can you place a chart on an account form?
Yes you can. You create the section and then set the view and chart options. See the example of the Charts below in our Marketing Campaign entity and then the chart properties settings.
View ArticleChart-only (Sub-grid) - "This process is not supported in new process forms."
Can somebody tell me what this means? I wanted to replace a sub-grid view with the chart only in the Account form and the option to select 'Chart-Only' is grayed out and when I hover over the question...
View ArticleRE: Chart-only (Sub-grid) - "This process is not supported in new process...
The new UI forms at this time do not support jscript or inserting a chart onto the form via subgrid. Hopefully the later will be fixed in the next product enhancement release. Your experience is the...
View ArticleRE: How to overwrite managed solution in CRM?
CRM Solutions can't be used to delete invidual itemsCheck out this blog post - it walks through some steps to overcome that limitation: Deleting things from a deployed CRM 2011 managed solution package
View Article