ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

ListFieldConflictFilters

  • Summary
  • Syntax
  • Code sample

Summary

Lists the fields in a versioned feature class or table that have field conflict filters applied.

Syntax

ListFieldConflictFilters (table)
ParameterExplanationData Type
table

Input geodatabase table or feature class.

String

Return Value

Data TypeExplanation
String

A list containing strings for each field name that has conflict filters applied is returned.

Code sample

ListFieldConflictFilters example

List field conflict filters.

import arcpy

# Get a list of fields with conflict filters applied and print the name.
filteredFields = arcpy.da.ListFieldConflictFilters('Database Connections/municipal.sde/Primary_UG')
for field in filteredFields:
    print(field)

Related topics

  • Add Field Conflict Filter
  • Remove Field Conflict Filter

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2020 Esri. | Privacy | Legal