/ Forums / Advansys Formativ / Creating Solutions with Formativ / Using “.find” with custom fields / Reply To: Using “.find” with custom fields
December 3, 2001 at 5:16 pm
#6376
Using find with custom fields requires you to specify both the field name and type. The syntax is “<[Field Name], [Data Type]>”.
Assuming your custom field stores string data, your filter would be:
sFilter = “(MAIL) AND (<MyCustomField, STRING> CONTAINS “”Opened””)”
I hope this helps.
Advansys Support