Variable editor is read-only on the records created by record producerIssue The variable editor is read-only on Company records created by record producerCauseThis is an expected behavior 1. generally variable editor should be only added to task or its child tables since they have variables field.2. We check canWrite on the "variables" field to make the VEditor editable since core_company doesn't have a "variables" field the Veditor is read-only.ResolutionThere are two ways you can solve this problem.1. Set/create and set the "glide.sc.evaluate.variables.write.access" property to false, but if you do this we no longer check canWrite() on variables (field) level for all VEditors, we only check canWrite() on the record level.2. Create a variables field (with name/type as variables) on core_company.