Phil, > Some digging later and inside a 120 page PDF for version 4, I find the > following: > > "by simply adding a status and commentlog property to the custom > type, you > will create a workflow" > > Easy peasy!
That was the old way to do it (currently still works, but it might be deprecated - can someone verify that?) Instead, just extend versions.cfc In your <cfcomponent/> tag, set extends="farcry.core.packages.types.versions". This should work in FC4 and FC5. Using this method, I "believe" the status field is then optional (you can either add it or not). Someone feel free to correct me on that too (I'm too lazy to check :) ). I'd be surprised if this info isn't already in the wiki. If not, someone should probably add it. Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
