Document review required - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

As part of the QA review workflow, a check is performed to know if the document requires a review. If a review is:

  • Required - the reject path is taken to run the review.

  • Not required - the accept path is taken.

The following process step class is used to perform the check:

Step class name: SCLBProjComsCheckDocumentReviewForReviewPlanItem

Syntax: Process Class Name, Arg1

Example: SCLBIsDocReviewRequired, e1SCLBReviewPlanItemStatusACCEPTED;e1SCLBReviewPlanItemStatusCHANGED

where ‘;’ is used to split the arguments internally to generate the reviews.

Arguments

Description

Arg1: e1SCLBReviewPlanItemStatusACCEPTED;e1SCLBReviewPlanItemStatusCHANGED

If the review plan item is in the Accepted state or in the Changed state, reviews are generated for the document accordingly.

With this step class, the following behavior should be expected:

  • Accept step - The next step is performed if the current step is rejected.

  • Reject step - The next step is performed if the current step is accepted.