Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Templates "Travel requests with approvals" -> Column Approval Status -> Item not created
Hello, please help I cloned the list using the (create_field_as_xml) method Transferred all items without errors, but columns "ApprovalStatus", "Responses", "Approvers" not available for editing Maybe I incorrectly created the column from the schema? SchemaXml: <Field Name="_ApprovalStatus" DisplayName="Approval status" Type="Integer" ReadOnly="TRUE" ShowInDisplayForm="TRUE" Required="FALSE" ID="{259026a5-c4b4-4920-9004-eaccb60093b8}" SourceID="{727ee176-7011-4d26-ad7f-45863a59427c}" StaticName="_ApprovalStatus" ColName="int4" RowOrdinal="0" CustomFormatter="(there are many styles)"> <FieldRefs> <FieldRef Name="_ApprovalAssignedTo" /> <FieldRef Name="_ApprovalRespondedBy" /> </FieldRefs> </Field>