sharepointframework

Is there options how to code/create workflow using SPFx?

﹥>﹥吖頭↗ 提交于 2020-01-25 12:13:20
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in

Is there options how to code/create workflow using SPFx?

倖福魔咒の 提交于 2020-01-25 12:12:21
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in

Is there options how to code/create workflow using SPFx?

大兔子大兔子 提交于 2020-01-25 12:12:15
问题 I developing web-part client-side solution using sharepoint framework. I successfully create a lists with some columns (it's list's columns not site). But now, I need to create a workflow, so is there any options, how to coding workflows using sharepoint framework and web-part client side solution? Have anybody some ideas or documentations witch could help me to moved further? 回答1: Can't create workflow in SPFx solution, you could use SharePoint add-in or Microsoft flow. SharePoint add-in

SharePoint extension command set

会有一股神秘感。 提交于 2020-01-25 08:57:05
问题 SharePoint Modern: Is it possible to add an custom action using command set for a particular list or how to activate a custom action for specific list? I am trying to develop a custom action for specific list but when I deployed in SharePoint tenant this custom action is added for all list(same type of list template). 回答1: Here is my test solution to limit command set extension to specific list. We could get current list title by this.context.pageContext.list.title . @override public