> I'd like to "auto approve" records submitted to my custom type when the > user clicks "complete". What is the best practice for this? > > Thanks in advance, > > Mike
In your type properties, you could use something like this. <cfproperty name="status" type="string" hint="Status of the node (draft, pending, approved)." required="yes" default="approved"> By default, for items like the news/links core types, this is set to draft. Matthew Williams --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
