Hi Marco,
I have a custom type I use (and reuse) via a rule to collect contact
forms
the custom.cfc has a property defiend such as
<cfproperty ftSeq="1" ftFieldSet="Form Details" ftLabel="Form"
ftDisplayOnly="true" name="Title" type="nstring" hint="The name of the
contact form" required="no" default="Engineering Products Support
Request">
When deployed to a dmhtml page The Rule allows the publisher to
"change" the "Title" Property from the default "Engineering Products
Support Request" to anything they want like perhaps "Other Products
Sales Request"
Thsi is used in various places to route the email
for object admin I have
The admin looks lke
<ft:objectadmin
typename="cmiFormCMI"
permissionset="news"
title="CMI Contact Form"
columnList="reqtype,reqProdLine,firstname,lastname,email,phonenumber"
sortableColumns="reqtype,reqProdLine,firstname,lastname,datetimelastUpdated"
lFilterFields="reqProdLine,reqType"
sqlorderby="datetimelastUpdated desc"
plugin="cmicro"
module="/cmiFormCMI.cfm" />
<admin:footer />
IF I add "title" to the lFilterFields, it sets a default filter on
title labeld "Form" as "Engineering Products Support Request" and it
will not let you "clear it". Meaning any submissions of a form using
the type where the "title" was changed from the default value will not
be displayed. This makes "sense" but you should be able to "clear" the
filter.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---