
What if permissions should be set by SPD Workflow in SharePoint?
If you store data in your sharepoint lists which should only be accessible by specified users you can use the item permissions. But if you […]
If you store data in your sharepoint lists which should only be accessible by specified users you can use the item permissions. But if you […]
If you use an application page as listform you’ll might notice that the button in the ribbon to attach files to the listitem does not […]
I am not sure if this behaviour is normal. I guess i have to investigate it another time. If you develop a listform using Visual […]
Trying to get the e-mail adress of a user for whom you only have the display name like surname and name, you can get the […]
This post will be a smaller one, but maybe it helps you some day. In a customer project we had to send mails if an […]
SharePoint 2013 now offers a so called geolocation field. This field provides a new field of type geolocation where users can input longitude and latitude […]
Short Info: If you like to use a different column as LinkToItem or ListItemMenu (like the Title column) and you wanna configure it in your […]
How often do you use Postbacks on asp.net pages? How often do you use it in SharePoint? Well, if you are using postbacks you might […]
Using event receivers in SharePoint Development is such a cool feature. Like it is called it’s an piece of code which can be executed by […]
Logging is always a subject which everybody wants but not does. [sourcecode language=”csharp”] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.SharePoint.Administration; […]
Copyright © 2025 | WordPress Theme by MH Themes