Posts mit dem Label EN werden angezeigt. Alle Posts anzeigen
Posts mit dem Label EN werden angezeigt. Alle Posts anzeigen

Donnerstag, 28. April 2016

SharePoint Lesson #52: Add a WebPart page and content


This tutorial features some basics for the starters with SharePoint 2013: Create a Page and add some content like text, tables, images, and videos.


        

Please find this tutorial  on Slideshare  and the complete list of German and English tutorials on





Freitag, 13. November 2015

Modify DispForm, EditForm, NewForm in SP2013

When displaying a list item in a form (DispForm.aspx) a default set of fields are displayed. Some of the fields are not relevant to the user or should just be hidden for whatever reason.


This tutorial describes how to hide fields in forms.

Here on Prezi:



Here on SlideShare:



Creating SharePoint Forms That Don't Annoy Your Users by Wendy Neal

A great article with useful tips for a better user experience!

Read the full article on CMSWire.


Montag, 10. August 2015

Mittwoch, 5. August 2015

New Values - Old Values

What was the previous value when you updated an entry? 
Correct, it is gone!
As soon as you edit a record to modify data, the old values can't be accessed.
So, a comparsion between the new value and the old value is not possible.
As I'm not a programmer I'm looking for solutions with standard tools.
This workaround shows if the new value is larger, smaller, or equal compared to the old value. 

1 Auxiliary List; 2 Workflows; No Coding.
Prezi-Tutorial: here
SlideShare: here





Dienstag, 21. Juli 2015

How I use SharePoint with OneNote

Organizing your lists and notes with Microsoft OneNote

Corey VanDyke describes in his blogpost how to organise lists and notes with Microsoft OneNote.


Montag, 20. Juli 2015

Create a Weekly Reminder Workflow by Mason Jennifer Ann Mason

An easy step-by-step instruction to setup a weekly reminder Workflow in Sharepoint 2013.

Please find here the instructions: http://tw.gs/2Yuca1


Dienstag, 16. Juni 2015

Data connection between a Sharepoint List and Excel

Connect your Sharepoint list with Excel and process the data there. Take the advantage of statistics, graphs, Pivot and  much more.
No need to deal with Sharepoint directly. See the tutorial in this Prezi-Presentation




Dienstag, 2. September 2014

Easy Tab - Show multiple lists in a tabbed style

What to do if you have several lists which should be displayed on a single webpart page?


The web page can get longer and longer and visitors have to scroll down. Wouldn't it be much more user friendly to display the lists in a tabbed style where you can see all topics at a glance?


See here more details in this Prezi-Tutorial about setting up the webpart page with a small Javascript "Easy Tab" and your lists:



Freitag, 15. August 2014

How to stop inheriting permissions

By default permissions are inherited when a new object (sub-Sharepoint, list, library,...) is created.
Sometimes it is neccessary to stop inheriting the permissions and set individual permissions.
This Prezi-Tutorial describes how to stop inheriting permissions, create new user groups and give permissions only to those groups.

Mittwoch, 6. August 2014

12 reasons folders in SharePoint are a bad idea

1. Usability. Nested folder structure is only known to the person who created it. Also, too many sub-folders tend to “hide” things.
2. URL length limitation. SharePoint adds all folder and sub-folder names to URL. Overall URL length is limited to around 260 characters. You are out of luck if you create too many sub-folders.
3. File URL. Moving file from one folder... [read more]



Donnerstag, 31. Juli 2014

Get the GUID for a SharePoint List or View

The GUID is a 128 Bit (16 Bytes) unique number like {936DA01F-9ABD-4D9D-80C7-02AF85C822A8} and identifies Microsoft documents, but also Lists and Views.
Here is how to retrieve the GUID (Global Unique Identifier) of a Sharepoint List or View.


Import of Excel-Sheets

Most the time it is a better user experience to view a list at a glance rather than downloading the complete Excel-file and open it in Excel.
Also for collaboration it has many advantages compared to circulating files by mail.

Here is the English Tutorial (Prezi) about importing Excel worksheets as SharePoint lists.