SharePointCommunity
Die deutschsprachige Community für SharePoint, Microsoft 365, Teams, Yammer und mit Azure

Sponsored by

Willkommen im Forum Archiv.
Einträge sind hier nicht mehr möglich, aber der Bestand von 12 Jahren SharePoint-Wissen ist hier recherchierbar.




Problem with SD workflow- update task list

Unbeantwortet Dieser Beitrag hat 2 Antworten

Ohne Rang
10 Beiträge
Puhr erstellt 23 Feb. 2012 17:14
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

In Sharepoint 2010, we had built a document library and connected a SD list workflow to it starting on creation or change of a document, with the purpose of its approval in seven stages.
The workflow evaluates a document's metadata and invokes the MS prebuilt approval function, which itself creates an approval entry in the task list.
Users complained that the entries of the task list would not show some helpful information about the document to be approved.
So we introduced a further SD list workflow that, on creation of an entry in the task list, is fetching some metadata of the document to be approved and exposing it to the user by some extra columns of the task list.
However, it showed up that, by about 15% of cases, these extra data could not have been added by the workflow to the entry of the task list.
Although the logging of the task list workflow did not show errors in these cases, the basic workflow complained that a task entry could not have been modified after its creation, an a rollback of the task entry has been performed.
Our first idea was on access right settings; but even when giving administration rights to the involved for library and list, the behavior did not change.
Also some playing around with "wait for one minit" did not solve the point. Anybody there having an idea on that behavior? Thank you in advance.

Alle Antworten

Ohne Rang
10 Beiträge
Puhr Als Antwort am 24 Feb. 2012 10:53
SchlechtSchlechtIn OrdnungIn OrdnungDurchschnittDurchschnittGutGutSehr gutSehr gut

Thankx for your suggestion. We already have a work around by using a SD built list view of the library and task list in combination, but this is not so flexible- for every new or changed view we have to set up again the list view by SD. We also tried what you suggested; there are, however, the following problems:

- we don't know how to insert the link to a task entry into a view of the document library by use of SD, and

- there is a 1 to n relation between the document lib and the task list as one docu might have more than one task list entry; so we should use the no of task entries as no of rows in a view

The mail option is only half accepted by users as they like to scroll thru a list of all tasks (there are, e.g., 700 entries)