No announcements
Found 237 threads
-
0 Votes
dereferrencing in layoutxml
better question, can I use grandchildren: <grid name='resultset' object='10006' jump='new_name' select='1' icon='1' preview='1'> <row name='result' ...Unanswered | 3 Replies | 696 Views | Created by mardukes - Monday, April 18, 2016 11:26 PM | Last reply by mardukes - Friday, April 22, 2016 4:59 PM -
0 Votes
How to Obtain FetchXML from LayoutXML or ColumnsetXml
I am obtaining LayoutXml and ColumnSetXml values from SavedQuery and UserQuery alone, Hence your findings should help me.Answered | 5 Replies | 4805 Views | Created by VinothBalasubramanian - Monday, September 27, 2010 1:11 PM | Last reply by VinothBalasubramanian - Friday, October 22, 2010 11:22 AM -
2 Votes
CRM 2011 layoutxml schema
In the example of addCustomView, http://msdn.microsoft.com/en-us/library/gg334266.aspx, I found the following code: var layoutXml = "Answered | 4 Replies | 6401 Views | Created by Wei Ma - Vancouver - Friday, June 29, 2012 7:13 PM | Last reply by Wei Ma - Vancouver - Friday, June 29, 2012 8:05 PM -
0 Votes
CRM 2011 - OnPremise - Custom LayoutXML, First row should not be selected
Hi in CRM 2011 on-premise version I used a FetchXML and LayoutXML like the following (taken from ... -
4 Votes
CRM 2011 - Wrap Text in Sub Grid
Hi, After updating try publishing the entity customizations and also you can retrieve the View LayoutXML to make sure that it has been changed.Answered | 9 Replies | 7682 Views | Created by Fletch9876 - Saturday, September 24, 2011 11:04 PM | Last reply by Fletch9876 - Wednesday, September 28, 2011 4:19 PM -
2 Votes
CRM 2011: Displaying Advanced Find Result from FetchXml and LayoutXml
<html> <head> <meta ...Answered | 10 Replies | 14097 Views | Created by Tanguy T [MVP CRM] - Thursday, June 16, 2011 8:22 AM | Last reply by Tanguy T [MVP CRM] - Thursday, April 27, 2017 12:48 PM -
1 Votes
What's wrong with this fetchXml and layoutXml when I'm creating a filtered lookup?
I'm creating a filtered lookup using fetchXml and layoutXml technique.Answered | 4 Replies | 3281 Views | Created by kmkivist - Monday, July 23, 2012 8:27 AM | Last reply by kmkivist - Monday, July 23, 2012 1:14 PM -
0 Votes
Custom View not executing on change of another Lookup valuesin MSCRM 2011
AddCustomViewToLookupControl("lookupControlname", null, "entityName", "Custom Filtered Lookup", fetchXml, ...Answered | 1 Replies | 2722 Views | Created by Abhisinha17 - Wednesday, March 21, 2012 12:03 PM | Last reply by Mohammad Yusuf Ansari - Monday, April 2, 2012 11:49 AM -
0 Votes
CRM 2011 Filtered lookup view
there is an issue with your view layoutxml code, that's why ok button is disabled it should be something like below var layoutXml = ...Answered | 3 Replies | 3829 Views | Created by Averil - Friday, May 18, 2012 4:21 PM | Last reply by Daniel Cai - KingswaySoft - Thursday, May 24, 2012 3:02 PM -
0 Votes
Include Aggregate Value in a View
I have modified the view FetchXml to include the supported aggregate value for the related entity, and modified the LayoutXml of the view to include the aggregate field (see ...Answered | 2 Replies | 3237 Views | Created by berel_lax - Saturday, December 8, 2012 6:58 PM | Last reply by berel_lax - Monday, December 10, 2012 5:19 PM -
2 Votes
"ok" button disabled in custom look up form - CRM 2011
Problem seems to relate to the jump= and id= bits.... in the exmaple below the enityname has been used...which seems to cause the problem var layoutXml ...Answered | 10 Replies | 9019 Views | Created by Marcin Wakowski - Thursday, March 17, 2011 2:37 PM | Last reply by krishnakant A Loke - Friday, November 18, 2011 9:50 PM -
0 Votes
How to display Opportunity-Count on Account view
So I tried to create a view that uses the following FetchXML to display the aggregate field for OpportunityCount in the Account entity view: - <fetch mapping='logical' ...Answered | 1 Replies | 2543 Views | Created by ajayubbott - Sunday, May 20, 2012 5:23 PM | Last reply by Sam - Inogic - Monday, May 21, 2012 1:20 AM -
1 Votes
CRM 2011 - addCustomView to subgrid
entityName = "account"; var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>"; fetchXml += "<entity ...Answered | 16 Replies | 21647 Views | Created by Eric.W.Cahoon - Monday, June 20, 2011 11:53 PM | Last reply by Matthias Back - Wednesday, July 11, 2012 12:47 PM -
3 Votes
CRM 2011: CustomView for regardingobjectid leads to XML error
the above breaks the assign lookup, adding one more condition fixes the issue: if (oSelect.value == 8) //user { if ...Answered | 6 Replies | 8187 Views | Created by Hendrik_H - Monday, June 27, 2011 4:25 PM | Last reply by LiamD - Monday, May 20, 2013 4:42 PM -
1 Votes
Filter CRM 2011 Lookup using OptionSetValue selected text
nbsp; var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>" + "<entity name='" + entityName + ...Answered | 2 Replies | 5462 Views | Created by AlexBids85 - Tuesday, July 5, 2011 3:52 PM | Last reply by AlexBids85 - Tuesday, July 12, 2011 2:11 PM -
0 Votes
CRM 4.0 Is there a visual tool for generating FetchXML and Layout XML?
There is a open source tool available for copying the view LayoutXml.Answered | 5 Replies | 6203 Views | Created by David Withers - Friday, August 19, 2011 5:26 PM | Last reply by David Withers - Monday, August 22, 2011 4:58 PM -
5 Votes
Convert/Save As a personal view to a system view
Change the layoutxml as required.Answered | 3 Replies | 19843 Views | Created by Shaun Riordan - Thursday, April 28, 2011 12:42 PM | Last reply by mardukes - Monday, April 18, 2016 2:39 PM -
0 Votes
Unable to use 'Set Regarding' to a Sales Order or use 'Order LookUp View' to find a SalesOrder with StateCode <> 0
Below is the current Order Lookup View query from the Sales Order Customization file: ...Answered | 1 Replies | 7144 Views | Created by Martin Jahn - Friday, July 17, 2009 3:30 PM | Last reply by Carlton Colter - Thursday, October 1, 2009 11:40 AM -
0 Votes
Using LOOP in fetchxml
Here is my code: var fetchXml = "<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='true'>" + "<entity ...Answered | 2 Replies | 3085 Views | Created by gMary - Saturday, February 28, 2015 4:34 PM | Last reply by gMary - Saturday, February 28, 2015 5:35 PM -
0 Votes
operator="in" , Fetch Xml, MS CRM 2011
;<attribute name='new_name' />" + "<attribute name='new_pledgeid' />" + "<attribute name='new_marketvalue' ...Answered | 6 Replies | 20153 Views | Created by Ravitheja J - Thursday, January 24, 2013 10:18 AM | Last reply by san Sanz - Sunday, March 1, 2015 1:07 PM - Items 1 to 20 of 237 Next ›
No announcements