Unreleased part to MCO it should throw Waring or Error message
Hi,
Agile 9.3.6 I add Unreleased part to MCO, in the Workflow
When I move from Pending to Submit status it should throw the warning or Error message right?
Please let me know what is the functionality here?
Thanks
Madhu
Do you have Smart rule, Items Released First set to Warning. Generally it throws an error when you try to release a change with an introductory item.
You can release a new item without a revision (but you can select its life cycle phase).
However, you can restrict this behavior in workflow configuration by defining the reusable workflow criteria.
Hi, You can refer agile plm administrator guide to configure Workflow.
Add the below criteria to the workflow matching criteria,
Object Type as MCO
$CURRENTREV not equal to $INTRODUCTORY_NOCHANGE or $CURRENTREV not equal to $INTRODUCTORY_PENDINGCHANGE
This criteria will not allow you to add introductory item to the workflow
Or you can add this criteria to Submitted status, so whenever workflow changed from pending to submitted, it will give error message that workflow entry or exit criteria not matching at pending and submitted.