Problem: I wanted to use Quick Edit to update the URL column for a bunch of items in a list. The problem is that when you edit a hyperlink column, you have to click the little hyperlink editor icon next to the cell to also edit the display text. Otherwise, it just shows up as … Continue reading Workflow to Update Hyperlink Display Text
SharePoint Designer 2013
Start Workflow on Inbound Email
By default, workflows will not auto start for attachments sent to a library via email. To enable this functionality, run the following PowerShell script on your SharePoint server. Next, make sure your workflow is configured to start automatically when an item is created.
Update List/Library Columns With External Content Type Columns
Scenario: You have a column on a custom list or library that needs to be back-filled with data from an External Content Type (ECT). Solution: Create a list from the ECT and use PowerShell to update your custom list's column with the ECT's list column. Creating a list (assuming you already connected an ECT): Open SharePoint Designer 2013 … Continue reading Update List/Library Columns With External Content Type Columns