Re: Showing All Activities in Workflow by Matt
Matt
Fri Aug 26 10:58:54 CDT 2005
This works great if the activities are associated with an Opportunity and there
isn't another sales process needed. unfortunately, there is no way to do this
though with the normal workflow process. A page could be developed though that
parsed the workflow definition and displayed the activities.
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On Fri, 26 Aug 2005 01:31:09 -0700, "Willem van Rooij"
<WillemvanRooij@discussions.microsoft.com> wrote:
Hi,
You can accomplish this by using the wait command in the workflow. Create a
salesproces with stages for each task. Each stage defines 1 task (activity)
and the wait condition for this stage is the completion or cancellation of
the task.
Activities are added to the activities screen everytime a stage is
completed, so the user can only complete this activity. On the other hand
there's a seperate tab in the activities screen which will show all upcoming
activities for this sales proces.
hth,
Willem van Rooij
Business Network Systems
"Makarand Keer" wrote:
> Hi All
>
> I have a workflow in which there are around 15 activities, which are to be
> strictly perform one after another but at the same time all of these
> activities should be visible to its owner but this User should not be allowed
> to perform an Activity if Activity previous to this one is not completed.
>
> At the moment I create next Activity after completion of Previous Activity,
> in this case User can see only that activity which he is suppose to act on.
>
> Can I do this in CRM 1.2?