Fig 1-1
But another important feature of this activity is, this activity has 4 Attributes associated with it, Go to Node Attribute tab and you will see
- FULFILLMENT ACTIVITY NAME
- REQUIRED COMPLETION RESULT
- FULFILLMENT ACTIVITY NAME
- REQUIRED COMPLETION RESULT
Attribute1 indicate what activity should complete before FULFILL_LINE should be executed and Attribute2 indicate what should be the outcome of the activity that is associated with the Attribute1.
For a sales Order that Involves Shipping activities like
- Line flow generic
- Line flow generic – Ship Only etc
FULFILLMENT ACTIVITY NAME: SHIP_LINE
REQUIRED COMPLETION RESULT: SHIP_CONFIRM
Above 2 values indicate that FULFILL_LINE will be executed successfully if the activity in the attribute “FULFILLMENT ACTIVITY NAME” will completed with the result indicated in “REQUIRED COMPLETION RESULT”, in nutt shell FULFILL_LINE activity will be executed successfully only if the SHIP_LINE activity in the same workflow executed and completed successfully with the result as “SHIP_CONFIRM”
But for the workflow like
- Line Flow generic Bill Only or
- Line Flow generic Bill only with Inventory Interface
It is as simple as it is (reason – in bill only flows we don’t have shipping).
BUT why I am writing this post is, many a time I have notice that consultants customized the Standard workflow and based on the complex nature of business they combined together the both
- Line flow generic and
- Line Flow generic Bill Only
In such scenario, any flow that take CUSTOM2 and SCHEDULE_LINE path ( as shown in 1-1) will executed successfully without any issue with FULFILL_LINE activity, but each and every line that take route CUSTOM2 – CUSTOM1 – LINE_DEF_INV_INTERFACE_SUB ( as shown in 1-1) will stuck at the FULFILL_LINE activity, because FULFILL_LINE activity expect
- FULFILLMENT ACTIVITY NAME: SHIP_LINE
- REQUIRED COMPLETION RESULT: SHIP_CONFIRM
There are various options to design the flow where we need
- Like flow generic as well as
- Line Flow generic Bill Only.
Fig 1.2
No comments:
Post a Comment