RE: How to write a recursive fetxml in mscrm 2011
You can check this post by Nathan Eccleshttp://www.magnetismsolutions.co.nz/blog/nathan-eccless-blog/2012/10/31/crm_2011_retrieve_hierarchical_records_recursive_fetchxml
View ArticleHow to write a recursive fetxml in mscrm 2011
I wanted to fetch Parent Business unit and from there by its parent businesss unit and again its parent business unit from a fetch xml. Any approach to do this?
View ArticleCRM 4.0 Reporting errors
Suddenly, when trying to run a report (create an invoice) we are receiving this error. We tried manually editing the version in our web.config, as described in this article.Error Description:An error...
View Articlereport filtering criteria in custom report using BIDS
I am working on creating custom report using fetch XML in BIDS.I would like to implement filtering criteria as shown above.I created a dataset like below:<fetch mapping="logical" version="1.0"...
View ArticleAdvanced Find Issue: Manager's Manager view
Hi,I have 4 levels of management : User -> Team manager -> Group Manager -> Directorand the business requirement is to create a view for Group Managers with all opportunities related to users...
View ArticleRE: CRM online trial help
If you enter the User ID here it will create the email address for you based the the Organization Name you enter just above in the screen shot. UserID@OrganizationName.OnMicrosoft.Com gets created for...
View ArticleRE: CRM online trial help
Hi Jason,This is very frustrating...nothing works for me...I enter the organisation name in the field just above, and enter it in the userid part, and it says it is not available.It's almost like i...
View ArticleRE: CRM online trial help
Hi Dan,probably the abcd name is already taken, choose another name like "danrossenv" or "danrosstest"
View ArticleCRM online trial help
So, I'm trying to create a CRM online trial, but it asks me to create a userID with "onmicrosoft.com" domain, but the problem is i don't have one? And it doesnt say anywhere how to create it?
View ArticleRE: Fetch XML Reports not working
the SETSPN - a HTTP/CRMservername domain\account where account = sql reporting service logged on account name worked for me . Bit surprised Microsoft doesn't just get 2 of its products to simply talk...
View ArticleFetch XML Reports not working
Hi All,We are currently working with CRM 2011 UR 13.We are facing the issue with reports. We developed some reports using SSRS and used SQL Server filtered views to create reports, the reports working...
View Articleset currentcost of product
Hi experts.I am currently working on a project that intends to set product data in CRM, using our ERP database as a source.Querying ERP and getting the correct data into c# is no problem.Setting CRM...
View ArticleRE: set currentcost of product
OK. Don't bother. It seems that fields with a value of NULL are not retrieved by queryexpression.I had to do an export of my product data, set columns currentcost and standardcost to 0 and...
View ArticleRE: Opportunity Header information
As an administrator, when you have the record open can you click on the "Customize" tab at the top, then "Form"Then select "Header" from the top - you should be able to add and remove fields.Make sure...
View ArticleRE: Opportunity Header information
Thanks Jason, Yes, I am aware how to drag and drop fields to the Header, but this is actually just above the header and I don't see anywhere to customize it. I believe it is displaying the OOB "Topic"...
View ArticleOpportunity Header information
In the very top of the form, underneath the Opportunity folder icon, is a description of the Opp, e.g. "Opportunity created from Lead...", "Opportunity created without a Lead". Is there a way to change...
View ArticleRE: Opportunity Header information
I see - OOB the Primary Field of the entity is displayed here - for Opportunity this it "Topic" and this something you won't be able to customize in a supported manner.
View ArticleRE: replacing old code in a library
You can replace the " crmForm.all.new_estprofit.ForceSubmit = true;" with the " Xrm.Page.data.entity.attributes.get("new_estprofit")setSubmitMode("always");" in the existing library thats it.No need...
View Article