Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG-000103189 Attribute Assistant Copy Linked Record method, fails to run when making a geometry change on a polygon that participates in a relationship class. #224

Closed
MikeMillerGIS opened this issue Mar 23, 2017 · 2 comments

Comments

@MikeMillerGIS
Copy link
Member

Salesforce ID: BUG-000103189
Salesforce Submitter: Alex Gil
Salesforce Submit Date: 2/24/2017 4:16 AM
Salesforce Bug Type: Usability
Salesforce Severity: Medium
Repro Data: \\esri.com\sf_filestore\PRD\Attachments\Defects\BUG-000103189
Work Around: 1. After splitting circle using the cut polygon tool, manually run the ‘Run Manual Rules for Selected Features’ from the Attribute Assistant toolbar. 2. Remove the relationship between feature class “Parcel_AA” and table “Parcel_Info.
Product: ArcGIS for Desktop
Functional Category: ArcGIS for Local Government
Client Platform: (n/a)
Version Found: 10.3.1
Planned Version Fixed: (n/a)
Comment: Will evaluate and look into resolving for the next release
@MikeMillerGIS
Copy link
Member Author

Traced this down, it is not something we can fix in the AA. Attached is code to repo this outside the AA.
BugRepo.zip

  • Polygon layer is related to table through a field called PIN(on both classes)
  • In the code, I am creating a IQueryFilter to query the table
  • The where clause is PIN = 1. The PIN field is the foreign key in the relationship
  • This always returns 0
  • If I use 1=1, all the records are returned. If I use another field, not the PIN field, I get the appropriate records.
  • IQueryFilter past to ITable.Search or ITable.RowCount is failing to return records when the field being queried is foreign key in a relationship
  • This only occuers with the split on the editor toolbar
  • Does not occur when using IFeatureEdit.split

@MikeMillerGIS MikeMillerGIS added this to the Fall 2018 milestone Jan 18, 2018
@LindsayThomas
Copy link
Contributor

Closing to match backend support app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants