Thanks a lot, Chris. On Dec 20, 4:08 pm, Chris Kent <[email protected]> wrote: > Aram, > > There is a function assignCategories in /core/packages/types/category.cfc > that should do this for you. > > <cfset lCategoryIDs = "your list of cat ids goes here"> > <cfset objCategory = > CreateObject("component","#application.packagepath#.farcry.category")> > <cfset > objCategory.assignCategories(objectid=stProperties.objectid,lCategoryIDs=lCategoryIDs)> > > Chris.
-- 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
