When uploading or creating a document in a SharePoint document library, the Name field is always populated. Title column isn’t mandatory and usually stays blank. If you click on the ‘Name’ of the document, it will either open it in the browser or the client application depending on how you Continue Reading
SharePoint
PnP- PowerShell: Start SharePoint Designer 2013 workflows
What if we want to initiate/trigger a SharePoint 2013 mode workflow in a SharePoint online list for all items? We have two options (or maybe more). First is to trigger the workflow on each individual item which is time consuming and a formidable task if you have thousands of items Continue Reading
SharePoint Calculated Column – Part II ( Find function )
Recently, I came across a request where I need to display a specific value from a lookup column. Since lookup columns display all values, one possible solution is to use a script that finds the select tag on the lookup and set the display mode to none if it starts Continue Reading
SharePoint Calculated Column – Part I ( Group by Year and Month)
Sometimes, Instead of grouping a SharePoint calculated column by year first and then Month, we may need to group them by year and month. For my demo, I have created a ‘Sales’ list with ‘Sale Date‘ date column and a ‘Sale Year‘ and ‘Sale Month‘ fields as calculated columns. Sale Continue Reading