Correct.

As long as you pass them using:

args = {
  collection : "customcollection",
  query : myQuery,
  key : "COLUMN_1"
  body : "COLUMN_2,COLUMN3",
  custommap :{
    date_created: "COLUMN4"
  }
};
results = CollectionIndexCustom( argumentCollection=args );


http://openbd.org/manual/?/search


Jason King wrote:
Question though

For the custom fields... I have custom1, custom2, etc.

Do they have to remain custom, or can I now label them whatever I want?

For instance, if custom1 is actually for a 'date_created' column, can I just use date_created instead of custom1 ?


--
online documentation: http://openbd.org/manual/
  google+ hints/tips: https://plus.google.com/115990347459711259462
    http://groups.google.com/group/openbd?hl=en

Reply via email to