Hi Ron, You could add a 'BeforeSave' function on the type and run some logic over the field in question. Have a look at dmFile.cfc as a good example of this. Phil
On Aug 13, 8:36 am, Ron Mast <[email protected]> wrote: > When editing a content type field (Keyword) type longchar. The entry > is comma delimited...but I want to avoid duplicate words making this > example an invalid entry: "farcry, is, awesome, farcry, rules". > Because farcry is used twice I would like to not allow this to save. > > I wanted to ask the group before I start reading through the > documentation and writing code. Has anyone done this? Perhaps farcry > already can validate this? > > Thank you for understanding my newbie status! :) -- 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
