duanping2809 2016-11-16 20:22
浏览 118
已采纳

如何使用PHP从Sharepoint 2013获取当前阶段

I want to make a website using following sharepoint api: http://zurb.com/forrst/posts/PHP_Read_and_write_to_SharePoint_Lists-PRF

I can easily retrieve my list, I can color or do whatever to that information in that list, but I want to get the current step of the workflow and make a red box under it and after is done a green box around it with arrows between them, to show they are connected. Is this something that can be done using PHP?

Thank you.

  • 写回答

1条回答 默认 最新

  • dqwolwst50489 2016-11-17 18:31
    关注

    When you attach a workflow to a list it will create a column in the list with the same name as the workflow. It won't appear in List Settings, but will show in the list of fields to include in the list view. To get the stage(In Progress, Completed, etc.,) of a workflow is basically the same as reading any other column in a list.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?