Tag Info

Hot answers tagged

2

The absolute easiest way to do this would be to create two lists, one for Shipping and one for Receiving and define a different Excel template for each to use whenever the user creates a new item. If all documents must reside in the same library then you could create custom content types and then have a different template for each of the content types. You ...


2

The only answer is "No." There is no Design View in SharePoint Designer 2013, and there are currently no plans to get that functionality back into the product. Microsoft encourages the use of Visual Studio instead, or any other editor suitable for web development with HTML5, like Dreamweaver et al. SharePoint specific functionality like DVWPs and other ...


2

You will not be able to do this without at least a small impact on performance, and generally this is a bad idea. It is important to understand that when scheduling your timer jobs, if the previous job is still running it will skip a cycle. Since the scope of this setting is not just for the one workflow, you have to understand it can have far reaching ...


1

Running something five time as often will off course have impact on the performance. But it is only by measuring the performance prior to,and after, a change in the interval that you will now how much and in what ways. Because how your specific SharePoint installation is what really matters, therefor there is no single answer like "Yes by so and much".


1

You can open your site in SharePoint Designer. Then go to 'Master pages' (from left pane). You'll be able to see and edit the master page, assuming you have the required permissions. You might want to back up the file before editing oe even better, make a copy, edit it and set it as the default master page. Hope this helps.


1

I agree with seeing if it can be achieved with a SharePoint list but if it really has to be Excel then you could try using the javascript function: createNewDocumentWithProgID(strTemplate, strSaveLocation, strProgID, bXMLForm) This will open an Office document using the specified template and save it to the specified library.



Only top voted, non community-wiki answers of a minimum length are eligible