I want to modify the validationstatus column to 0 when the Python program inserts/updates/deletes the record. I tried to modify the validationstatus column' value using the result and edit parameters of calculation attribute rules. However, validationstatus column is not editable using this way.
My main objective is to set validationstatus column's value to 0 when the record is inserted using Python program.
Could you please share other options to do it?
why not set defult value to zero ?
can you post the attribute rule code ?