web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Parallel Activity Workflow (D365F&O)

Mallesh Deshapaga Profile Picture Mallesh Deshapaga 231
Example: I have a requirement on the purchase req workflow - If the Procurement category is : Staples - Condition should be true, If the procurement category is Pen -Condition should be false, At the same time both true and false conditionals approval group users should approve.
Note: Using the Purchase req review work flow- It take only the true condition and false condition can't be executed using the Purchase req review workflow, Example: If I have created a Purchase req with the two procurement categories one procurement category is with the staple with user group 01 and another procurement category with the Pen with user group 02 - I have a condition in my workflow is that If the Procurement category = staple then its true. System takes only true condition (Staple) and moves to the next step for the approval, where as false condition can't be executed using the purchase req review workflow until you include the line level workflow, To Overcome this issue, We can use the Parallel activity workflow with small changes on the workflow.

Workflow configured

Condition:


I have created a PR with the two procurement categories (Staples and Pen)

Workflow history (System takes only true condition and completes the next steps) Procurement category with the Pen not executed and not shown as false also.


Using the Parallel activity workflow: We can execute the true condition and false condition while setting up as the two conditions with the true.

Conditions in the workflow for parallel-1 and parallel-2



Workflow structure:

I have added the condition for both the workflow activities in parallel activity.

Workflow history: Created the PR with the procurement categories Pen and staples Workflow executed for the both conditions using the Purchase req review workflow

So System allocates the workflow for two user groups for condition-1 and condition-2 then two approval groups users can approve the PR and we can complete the workflow steps.
Thanks- Mallesh Varma.!!

Comments