"Opened For" is read only on interaction form for new recordsIssue When creating a new interaction the "opened_for" field is read only and cannot be edited.ReleaseAnyCauseThe Data Policy "Set assigned_to, number, opened_for to read only when state changes to closed/wrap_up" had been updated recently and the condition has changed. In an OOTB instance the Data Policy has the condition:"state=closed_complete^ORstate=closed_abandoned^ORstate=wrap_up^EQ" However if you update the Data Policy without making any changes on the form, the condition will change to:"state=closed_complete^ORstate=closed_abandoned^ORstate=^EQ" This is because the "wrap_up" state for interactions is deactivated on most instances, so when you save the form the value becomes empty.ResolutionRevert to the OOTB version of the record that has the "state=wrap_up^EQ" condition. Alternatively, if you must edit the record remove the empty condition "state=^EQ".