The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

Metadata changes in DIP not reflected in properties

we have a problem with Managed Metadata and changes in Document Information panel in Word. When a user changes a property in the DIP, the changes are not reflected in the documents properties after ...
1
vote
0answers
36 views

Document Information Panel (Infopath 2007 .xsn) crashes Word 2010 when creating an instance of the content type, any idea why?

My problem seems to be that whenever I create an instance of a document content type it seems to crash Word 2010, I've tested it on another PC with Word 2007 installed and it opens the document just ...
0
votes
1answer
54 views

Can an InfoPath 2010 form be built from an existing content type

I have several custom content types defined in a site collection defined as a hub. These content types have been published and I have some other sites that use these content types. I would like to ...
1
vote
1answer
137 views

How to enforce metadata in document information panel in SP2010

My document library supports several custom content types. When "Add new document" is clicked, the Browse dialog for uploading the file is followed by the Document Information Panel which is properly ...
0
votes
0answers
121 views

Document Information Panel and Required Columns

I've been struggling with this issue for a few days. I have a content type with 3 required columns with a dotx template. When I user creates a new document using that content type the Document ...
0
votes
1answer
125 views

Using additional fields from Lookup in Word Document Information Panel

I have a Document Library in which I have a lookup columns to a Contact list, the contact list also includes linked values as email, phone numbers and so on. When creating a new word document in ...
0
votes
0answers
181 views

How to get SPList to expose a data entry form during “Add New Item”

I think I've successfully created a list based on a custom content type but when I click on the "Add new item" link for the list, I see nothing except: a basic ribbon tab labeled "Edit" with icons ...
0
votes
0answers
97 views

Automatically updating fields in opened library document template

I have a document library with a .dotx template associated. Some of the fields are interconnected with each other. For instance, when a user chooses employee John through the DIP, the other field must ...
2
votes
2answers
896 views

How to hide the Document Information Panel when creating a new Word document from a .DOTX file which was on a sharepoint site?

The title more or less says it all. I have DOTX files in a document library which people can download and create new word files from. The library DOES NOT have required columns or any special custom ...
0
votes
0answers
226 views

Can the built-in document property 'Abstract' from Word 2010 be mapped to a SharePoint 2010 column?

If you add certain columns to a content type they will map back and forth to built-in properties of any Word document. This works, for example, with title, subject, and category. These columns are all ...
0
votes
0answers
239 views

Populating the Document Information Panel with Calculated Default Values

I have created a document library in SharePoint 2010, in which I have created two columns, one for "Month" and another for "Year". I have set these columns up with a calculated default value, so that ...
2
votes
4answers
777 views

Document Properties Demotion from ListItem field is not working

I have a content type in a library configured with a word document as a template, it is the default content type. When creating via the UI from New item entering information into the DIP sets values ...
1
vote
1answer
796 views

Use of QuickParts in Word Templates in combination with Site Content Types

Situation: A Site ContentType (CT): Report (Parent = Document) A Word Template is attached to the report CT 1 root site with several subsites (A, B, C) Every subsite contains a library with the ...
0
votes
0answers
131 views

Using Custom Information Document Panels and syndicated content types

We have a content hub publishing a number of content types to another web application. One of the content types requires a custom document information panel (DIP) which is published to the hubs ...
0
votes
1answer
305 views

Shared columns of document set not set in Document Information Panel

After I upload a document in a document set, the edit form is being displayed and all of our shared columns of the document set are set by default as metadata of the document. When we start with a ...
2
votes
1answer
275 views

Hide managed metadata column in document information pannel

I am trying to hide a managed metadata column in the document information panel. I attempted to do this by setting the ShowInFileDlg property of the field to false however the field still shows. I've ...
2
votes
1answer
345 views

jQuery cascading dropdowns and Word

If a user clicks on New from a document library then a word template opens with metadata in the header section, will the SPServices jQuery cascading dropdowns work in the word's header? I doubt it. If ...
1
vote
1answer
440 views

Custom DIP Using InfoPath calling a web service - DIP Unable to Load

I have a Custom Document Information Panel developed in InfoPath 2010 - within which I am calling a Web Service to return a date value from the server. The DIP when opened independently works fine, ...
4
votes
1answer
381 views

Document Information Panel with Word Web App

When a SharePoint 2010 Document is opened inside Word Client, it shows the properties of that document in a Document Information Panel. How does this work with Word Web App?
6
votes
1answer
187 views

Custom DIP Validations not preventing word from Saving the document

I have a Custom Document Information Panel on a Microsoft SharePoint 2010 Document Library. In the DIP, I have fields in which custom InfoPath rules have been written to validate certain fields. For ...