...
Code Block | ||
---|---|---|
| ||
.withReviewByUserGroupWithSubSteps( api.newReviewByUserGroups() .withSequentialSubSteps( api.newReviewSubStep() .withUserGroup("SupplyCoordinator") .withLabel("Supply Coordinator"), api.newReviewSubStep() .withUserGroup("PricingAdvisor") .withLabel("Pricing Advisor") ) ) |
Note: There can be only one review step defined in the logic. Multiple review steps are not supported yet.
Layout Customization
By default, only certain tabs are visible in the collaboration workflow review step. If there is tab definition for a header type, it is possible to hide tabs in the collaboration workflow review step by using the hiddenCheck
parameter in the JSON configuration of the related Quote Type.
...