Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have added the enterprise keyword column to my custom content type that is tied to a publishing page. It works fine editing and publish pages based on this layout unless I set the keyword column to be required. If I do this I get an error message when pressing the Publish action stating "You must fill out all required properties before completing this action." and then I get transfered to edit properties for the page. It works fine if I save the page first and then publish it.

The control on my page layout looks like this:

<asp:Content ContentPlaceHolderID="PlaceHolderMain" runat="server">
  <Taxonomy:TaxonomyFieldControl ID="TaxonomyFieldControl" FieldName="TaxKeyword" runat="server" />
</asp:Content>

Have someone stumbled upon this problem before?

share|improve this question
Found this exact same issue, did you ever find a solution to this? – Tom Feb 12 at 1:13
No we haven't found a solution for this yet. – Niclas Carlsson Feb 13 at 11:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.