8,849
edits
Changes
→General Guidelines
* Standard fields are referenced by name as''' 'firstname,lastname'.''' (see [[Database Field Names]])
* Custom fields should be referenced by field name as''' '$fieldname1$,$fieldname2$' '''(recommended)
* Custom fields can also be reference referenced by field ID as''' 'cf_123456' '''
* Fields specified will be the fields returned to the recordset
* When referencing the fields in the recordset, the first parameter is always the record index.