We've tried before, the problem is that the filter uses a version of the
content type itself to represent your filter. Which means that changing the
objectid can have weird effects on the filter behaviour. There is work being
done on reworking the filtering process (it has a lot of other failings),
but for the moment you will probably need to implement the filter yourself
using a form and objectadmin's sqlWhere attribute.

Blair


On Thu, Jul 15, 2010 at 1:00 PM, AJ Mercer <[email protected]> wrote:

> Is it possible to filter by an objectID?
>
> <ft:objectAdmin
>     title="Publications"
>     typename="pslPublication"
>
> ColumnList="title,publicationTypeID,security,author,filename,createdDate,emailDate,emailCount"
>
> SortableColumns="title,publicationTypeID,security,author,filename,createdDate,modifiedDate"
>     lFilterFields="*ObjectID*
> ,title,publicationTypeID,security,author,filename"
>
>
> I think the secret is going to lay in stFilterMetaData
> this is what I have been messing with so far
>
>
> <cfset stFilterMetaData.objectid.FTJOIN = "" />
> <cfset stFilterMetaData.objectid.ftValidation   = "" />
> <cfset stFilterMetaData.objectid.ftDefault      = "" />
> <cfset stFilterMetaData.objectid.fttype = "string" />
> --
>
> *AJ Mercer*
> <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org
> community="Open" /> <http://webonix.org>
> http://twitter.com/webonix
>
> --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: 
> [email protected]<farcry-dev%[email protected]>
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to