Hello Here is some details that should help you through your process Table Name Main Columns change_request Hold all information on Change requests (CR) co_ID - Internal ID used to create relation with other objects. change_number – Code work Status – approval status Documents Hold all information on Documents document_id – internal ID used in relation tables prefix – number title – title of the document status - Approval status trn_id – transaction ID Affected_objects Contains relation between CR and object co_id – change request iD object_type – affected object type (object types can be queried from base_types table) object_id – affected object (document_id or other object ID ) change_transacts Contains relation between change request and all affected objects co_id – change request from_trn_id – trn_id of affected object. to_trn_id – trn_id of new Object Gintautas
↧