Solusyon (uri ng): I-set ang Mahalagang sa isang Task Gamit SharePoint Designer

Mayroon akong isang negosyo sitwasyong ganito:

  • Ang isang gumagamit na pag-upload ng isang dokumento sa isang library dokumento.
  • Siya ay pumipili ng isang uri ng nilalaman at nagpasok ng meta data bilang kinakailangan. Ang isa sa mga patlang ng meta data ay isang flag, "Urgent".
  • Ito ay nagpapalitaw ng isang workflow SharePoint Designer na, bukod sa iba pang mga bagay, uses the "Collect Data from a User" aksyon.

"Collect Data from a User" creates an item in a task list requesting approval for that document.

I needed to create a view of the task list that showed urgent requests for approval.

Solusyon: Put the word "URGENT:" into the title of these tasks.

I would have preferred to specify the priority field directly. Gayunman, I was unable to do that for several reasons:

  1. The collect data action does not provide a mechanism to update any field other than title (and those additional fields for which you want to collect data).
  2. The "assign a to do item" action has the same problem.
  3. It’s possible to insert an item into a list (i.e. insert an item into the task list directly) but this not a blocking action. That means that the workflow will not wait for the user to complete that task.

I considered a few approaches before (thankfully) realizing we could just put "urgent" in the title.

  1. Start a workflow on the task list itself so that when a new task is created, it somehow cross references back to the document that started the first workflow, pull out the urgent flag value and update priority as needed.
  2. Do something similar with an event receiver. On create of the task, locate the associated document and update priority as needed.
  3. Use the "create list item" action in conjunction with the "wait for field change" action and an event receiver. If we create a list item, we can specify all the fields we want. Use an event receiver to update the original item when the user completes the task and the "wait for field change" action’s condition would be met and the workflow would proceed. (For some reason, I had more or less settled on this approach before wisely deciding to walk away for a while).

There is a drawback to my solution (aside from the obvious fact that only the text of the title indicates urgency). Since "collect feedback" only accepts hard coded title names, I need to use two different collect feedback actions whose only difference is that hard coded title.

Pero, at least there’s a solution that does not require event receivers or custom SPD actions.

If someone has solved this in a more clever way, mangyaring ipaalam sa akin.

</dulo>

Isa naisip sa "Solusyon (uri ng): I-set ang Mahalagang sa isang Task Gamit SharePoint Designer

Mag-iwan ng Sumagot sa Riedoh Ikansela reply

Ang iyong email address ay hindi nai-publish. Mga kinakailangang patlang ay minarkahan *