Answered by:
Can I use FetxhXML on a subgrid?

Question
-
I created a FetchXML query using the advanced find; now I want to embed that query into a subgrid on a form, how can I do this with Javascript, and also is it supported?Saturday, June 15, 2013 7:25 AM
Answers
-
Hi,
Embedding a built Fetch XML to a view is not a straight forward work. You may have two solutions:
1- To manipulate the subgrid view using a JavaScript on load of it. Have a look at this link for more information.
2- To insert the Fetch in the system views or user views table from database. This is not a supported solution.
- Proposed as answer by Payman BiukaghazadehEditor Saturday, June 15, 2013 3:28 PM
- Marked as answer by Payman BiukaghazadehEditor Thursday, July 11, 2013 7:48 PM
Saturday, June 15, 2013 3:28 PMModerator
All replies
-
Hi,
I think the below link will be work for you.
Please try once.
http://balarajann.blogspot.in/2013/01/filtering-records-in-sub-grid-in.html
Thanks®ards,
sravan j
- Edited by sravan J Saturday, June 15, 2013 1:30 PM
Saturday, June 15, 2013 1:29 PM -
Hi,
Embedding a built Fetch XML to a view is not a straight forward work. You may have two solutions:
1- To manipulate the subgrid view using a JavaScript on load of it. Have a look at this link for more information.
2- To insert the Fetch in the system views or user views table from database. This is not a supported solution.
- Proposed as answer by Payman BiukaghazadehEditor Saturday, June 15, 2013 3:28 PM
- Marked as answer by Payman BiukaghazadehEditor Thursday, July 11, 2013 7:48 PM
Saturday, June 15, 2013 3:28 PMModerator -
Hi,
Please try this link
http://srmscrm.wordpress.com/2012/11/05/changing-the-subgrid-fetchxml-in-ms-crm-2011/
Thanks and Regards. Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.
Sunday, June 16, 2013 6:20 AM