My dwConference type has an array property aEvents that holds dwEvent
objectids.
In my dwEvents custom admin section I would like to filter dwEvents by the
dwConference they are linked to.
I could create a custom column to sort by, but I would really prefer a
filter.
I'm starting with this standard tag --
<ft:objectadmin
typename="dwEvent"
permissionset="news"
title="Conference Events"
columnList="title,startDate,endDate,status"
sortableColumns="title,startDate,endDate,status"
sqlorderby="startDate asc"
module="/dwEvent/listobjects.cfm" />
Any ideas?
Thanks!
Derek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---