ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

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
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

ListFieldConflictFilters

  • Summary
  • Syntax
  • Code Sample

Summary

Lists the fields in a versioned feature class or table that have field conflict filters applied. The returned list is a list of field names.

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
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

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

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal