/ Forums / Advansys Formativ / Creating Solutions with Formativ / Using “.find” with custom fields / Reply To: Using “.find” with custom fields

#6376
Support 1a
Participant

    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