What Alan had in his response is exactly what you do.
On Nov 23, 2011 3:18 PM, "Jason King" <[email protected]> wrote:
> instead of this
>
> <cfindex
> action="update"
> collection="my_collection"
> type="custom"
> key="#key#"
> title="#title#"
> urlPath=""
> body="#variables# #other_variables#"
> category ="#category_name#"
> custom1 = "#date_created#"
> custom2 = "#user_url#"
> custom3 = ""
> custom4 = ""
> >
>
> do this?
>
> <cfset args = {
> action: "update",
> collection: "my_collection",
> type:"custom",
> key:"#key#",
> title:"#title#",
> urlPath:"",
> body:"#variables# #other_variables#",
> category :"#category_name#",
> custommap:{
> user_url:"#user_url#"
> }
> }>
>
>
> --
> online documentation: http://openbd.org/manual/
> google+ hints/tips: https://plus.google.com/115990347459711259462
> http://groups.google.com/group/openbd?hl=en
>
--
online documentation: http://openbd.org/manual/
google+ hints/tips: https://plus.google.com/115990347459711259462
http://groups.google.com/group/openbd?hl=en