Discussion:
CRM 4 - Prevent Column from Advanced Find??
(too old to reply)
Al
2009-01-08 20:31:03 UTC
Permalink
Is there a way to prevent a column from being added to advanced find views??

Thanks!
Jukka Majander
2009-01-08 21:20:01 UTC
Permalink
You may change attribute to be non searchable.
Customazation - Customize Entities - e.g. Account - Attributes - e.g.
Account Number - Change value of Searchable to no.
Hope this help you.

Jukka Majander
Post by Al
Is there a way to prevent a column from being added to advanced find views??
Thanks!
Al
2009-01-08 21:24:32 UTC
Permalink
Thanks for the quick reply Jukka.

However - by changing the 'seachable' attribute to no, doesn't that only
remove it from being available in the filter criteria?? The attribute can
still be added as a column, just not specified in a search.

thx,
Post by Jukka Majander
You may change attribute to be non searchable.
Customazation - Customize Entities - e.g. Account - Attributes - e.g.
Account Number - Change value of Searchable to no.
Hope this help you.
Jukka Majander
Post by Al
Is there a way to prevent a column from being added to advanced find views??
Thanks!
Friedl2000
2009-02-12 16:58:12 UTC
Permalink
export customization
find field in customization xml
remove ValidForGrid-Flag from DisplayMask node
import customization
Post by Al
Is there a way to prevent a column from being added to advanced find views??
Thanks!
don pao
2011-04-08 01:34:09 UTC
Permalink
This will not work for ValidForGrid. I don't know is this is a CRM 4.0 bug. The only way for it to work it to compute the numbers and change MetadataSchema.Attribute.DisplayMask to 134217728.
Post by Al
Is there a way to prevent a column from being added to advanced find views??
Thanks!
Post by Jukka Majander
You may change attribute to be non searchable.
Customazation - Customize Entities - e.g. Account - Attributes - e.g.
Account Number - Change value of Searchable to no.
Hope this help you.
Jukka Majander
Post by Al
Thanks for the quick reply Jukka.
However - by changing the 'seachable' attribute to no, doesn't that only
remove it from being available in the filter criteria?? The attribute can
still be added as a column, just not specified in a search.
thx,
Post by Friedl2000
export customization
find field in customization xml
remove ValidForGrid-Flag from DisplayMask node
import customization
Loading...