Personalized document content type information panel

I have a custom content type with custom fields. I am trying to create a custom docs info panel using infopath. Whenever I try to do it infopath gives me this error

propertySchema0.xsd # / schema / element [1] [@name = 'properties'] / complexType [1] / sequence [1] / element [1] [@name = 'documentManagement'] / complexType [1] / all [ 1] / item [1] Reference to an undeclared namespace prefix: 'ns1'.

Has anyone seen this before? There's nothing unusual about fields in the content type, other than that their names are in Unicode characters, could there be a problem?

Update:

So, the Unicode characters in the display names have nothing to do with the error. The columns I use are pretty standard columns, mostly text, integer and boolean columns. Anyone have any idea what might be causing this?


So, the Unicode characters in the display names have nothing to do with the error. The columns I use are pretty standard columns, mostly text, integer and boolean columns. Does anyone know what could be causing this?

0


source to share


1 answer


I finally figured it out. The original ID must be set in the field type definition in the function manifest. Setting the SourceID to the same value as the built-in fields does the trick. Like this SourceID = "http://schemas.microsoft.com/Sharpeoint/v3"



0


source







All Articles