Attribute Rule Error Field Is Not Editable

163
0
03-22-2024 12:58 PM
TylerT
by
Occasional Contributor III

Hello,

I created an Attribute Rule that simply concatenates two other attributes.  With parameter is_editable=EDITABLE, there is no error and the rule works.  With is_editable=NONEDITABLE, the geoprocessing tool runs without errors, but when updating a record, the follow error is thrown:

Field is not editable. [
Rule name: project_title,
Triggering event: Update,
Class name: DBO.t12_projects,
GlobalID: {868A409E-474C-47AB-8F26-F3AC2A8140F0}]
Field is not editable. [title]
Field is not editable. [title]

Is this the expected behavior?  I had imagined is_editable=NONEDITABLE to mean that a user could not edit it, but the db could.  My desired behavior is for the db to do the calculation (concatenation), and not allow users to edit.

Thank you,

Tyler

Enterprise 11.2
ArcGIS Pro 3.2.0

0 Kudos
0 Replies