Tracker Item Delete Disposition Codes | |
Description: | TrkItemDeleteDisposition defines possible
values for the disposition of an Item when it is being deleted. Consult Proficy CIMPLICITY Tracker documentation for detailed explaination of Item disposition. |
Values: |
enumSCRAP - 1
Deletes Item. Logged as Item Scrapped.
enumPRT_DELETE
- 2 Deletes Item. Logged as Item Deleted.
enumPROD_STOP
- 3 Deletes Item. Logged as Prod Stop. Item retained in Historical
TADB if applicable (same as enumPRT_ARCHIVE)
enumNO_LOCK_CHECK_SCRAP - 4 Deletes Item without
locking the region. Logged as Item Scrapped.
enumNO_LOCK_CHECK_DELETE - 5 Deletes Item without
locking the region. Logged as Item Deleted.
enumPRT_ARCHIVE - 6 Deletes Item. Logged as Prod
Stop. Item retained in Historical TADB if applicable (same as
enumPROD_STOP)
|