↧
Getting and Setting Managed Metadata Fields in SharePoint 2013 Workflows
In many workflow scenarios, you’ll want to get a field value from a list item one list and apply that value to a list item on another list. With most field types, you can do this easily using workflow...
View ArticleCustom Workflow Activity for Getting Managed Metadata Field Values
In this post I’ll show you how to build a custom workflow activity in Visual Studio that gets managed metadata field values from a SharePoint 2013 list or library. You can use the workflow activity in...
View ArticleCustom Workflow Activity for Setting Managed Metadata Field Values
In this post I’ll show you how to build a custom workflow activity in Visual Studio that can update managed metadata field values in a SharePoint 2013 list or library. This is the final part of a...
View Article