I generally use my own account to create and publish workflows. One day, none of my workflows were completing and they were all stuck on "starting". I thought maybe there was something wrong with the workflows themselves so I tweaked one of them a bit and re-published and voila! It worked! But the thing I … Continue reading Workflow Stuck On Starting After Password Change
Page
Link To New Item Form
Give users the ability to add items to a list without showing the entire list web part. In my example, I've added a "Submit Request" button to a Document Set Welcome Page. Clicking this will open the New Item form for my Tickets list. Steps: 1. Add a Script Editor web part to your page. 2. … Continue reading Link To New Item Form
Drop-Down Menu Of Links
To add a drop-down menu populated by links to other parts of your site, add a Script Editor Web Part and embed the following code: Make sure you replace the URL with your site's URL, and change the option values to the names of your pages. The text between the option tag is the title of the page … Continue reading Drop-Down Menu Of Links