2
votes
0answers
24 views

DIP not displaying when doc template saved on SP

I have saved a document template and a Document Information Panel into a templates library in SharePoint 2013. If I associate the document template using a url to a content type (eg. ...
1
vote
1answer
515 views

Content Type's custom template loading from wrong place

My first question on stack exchange, and I'm very new to SharePoint, so please be gentle! (But please do let me know if I've not provided enough detail for you to be able to help me). I would like my ...
2
votes
1answer
367 views

How to restrict/hide OOTB document libraries creation

Is there a way to restrict the out of the box document libraries like "Document Library" "Picture Library" etc and just have custom document libraries being shown in the pop-up below?
0
votes
1answer
293 views

Document Template - Columns from Content Type

I have a custom content type that inherits from the document content type, and has 10 columns (single line of text). A document template has been added to the content type from my local documents. ...
2
votes
2answers
289 views

Can I create a template from a list?

Can I generate a word template, containing information from a list? Suppose I have a list containing "department addresses", and I want to generate letter heads for each department automatically, ...
0
votes
1answer
62 views

How to change boolean variation on document template

I've a bool (checkbox field) as a template field, and it shows true - if checked - and false - if not - on the template field content and I want to show up different display text. what's the best way ...
1
vote
1answer
933 views

List Templates and Custom Contenttypes missing document template on list creation

I want to create a new document library definition for general use in our SharePoint environment. This new list has some predefined content-types. Users will add this list themselves one or more times ...
1
vote
3answers
2k views

Creating Document with workflow: The file test.docx cannot be opened because there are problems with the contents

I have a document library with two custom content types. If I use the web interface and choose New Document -> MyCustomType the document template opens up and I can create and modify the document and ...
1
vote
0answers
183 views

How to update content type document template from templates list?

I have a single list at SharePoint root that contains document templates for content types (C scenario). This works and the template is being associated to child content types in lists. Now i added ...
0
votes
2answers
340 views

Populating Word Table with Server Property

I am successfully using document property promotion and demotion in a current project. There is a document library where the properties are used to fill out a templated Word document. This is using ...
2
votes
4answers
811 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
856 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 ...
1
vote
5answers
838 views

One content type with multiple templates

I have a situation were I have to create multiple templates for one content type. I am aware that this can be achieved by creating multiple content type but I am trying to have multiple templates ...
1
vote
2answers
1k views

Open Document Content Type from SharePoint 2010 Library with perfect trust

I just created Document Content Type and then create new document from New Document. I got the popup "Some files can harm your computer. If the file information below looks suspicious, or you do not ...
12
votes
4answers
3k views

Why is Word document created from template saved locally, instead of to the document library?

I have created a custom content type at the root of my Site Collection and set this content type to use a Word document template, which resides in a different document library on the root site. (The ...
2
votes
1answer
514 views

Provisioning Custom Content Types and Document Templates

I am using a complete 2010 environment (SP,VS and Word) but when I provision my content type using XML, while it provisions everything and appears to work, when I create a new Word document from my ...
1
vote
3answers
596 views

Sharepoint 2010 + ContentType + Multilingue Document Template

I like to know if is possible to associate multiple DocumentTemplates into a ContentType? I create a ContentType "MY_CONTENTTYPE", so if i have 3 documents with the same content but in 3 different ...
0
votes
1answer
337 views

Dynamic templates for content type?

How would I go about having dynamic templates for a content type? I have multiple language versions of one template document and I want the user to have the choice to select his preferred language ...
2
votes
1answer
745 views

Content Type, document template and forms authentication

I have a custom content type defined, with a document template, similar to below: <ContentType ID="0x010100120A74C7DFDA4C6fA8C3E519B41F421E" Name="My Excel Library" Group="My ...
5
votes
3answers
823 views

How to modify dropdown document template list visible when creating document library?

When creating a document library, and specifying the default document template, the dropdown list of templates out-of-the-box (OOB) includes 97-2003 format files at the top of the list. Users who do ...