Show TOC

Background documentationCheck SFC Data

 

You use the CHECK_SFC_DATA hook point activity to prevent start or complete of SFC number, if required SFC data has not been collected. This activity can be used at resource, operation, or routing step level with the following hook points:

  • PRE_START, PRE_BATCH_START, POST_START, POST_BATCH_START

    At these hook points, the activity checks all previous operations on the current routing to ensure that all required SFC data has been collected and passed the validations. If SFC data has been collected, SFC number is started.

  • PRE_COMPLETE, PRE_BATCH_COMPLETE, POST_COMPLETE, POST_BATCH_COMPLETE

    At these hook points, the activity checks the current operation and all previous operations on the current routing to ensure that all required SFC data has been collected and passed all validations. If SFC data has been collected, SFC number is completed and placed in queue at the next operation. If the operation is the last operation on the production routing, the SFC number status is changed to Done.