vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function findField

    • Find the best matching Salesforce field name for the

      Type Parameters

      • T

      Parameters

      • fields: T[]

        Array of fields to search in

      • fieldName: string

        parameter in an array of fields

      • fieldNameAccessor: (field: T) => string

      Returns undefined | T

      field name as found in the array or undefined when no matching field name is found