[CSDM] - Unable to create Application Service using Manual MethodIssue After successfully create a new Application Service using the guided flow: Configuration->Application -> Application Services -> New and having as Populate the Application Service method the Manual Method, the Application Service is incomplete and it is missing the Endpoint. While trying to change Operation status of the Application Service already created or trying to update the Application Service a popup message will appear with the message: Empty service cannot be operational. Add some entry-points as shown below. CauseThe reason for the IRE errors is related inactive Identification Rule for [cmdb_ci_endpoint_manual] as seen in the printscreen from below. The error appear upon any of the actions like update or change the Application Service, triggered by the OOTB Business Rules: Change to operational status [https://<instance>.service-now.com/sys_script.do?sys_id=2f0d6b00c3030200b5be1962c1d3aeca]Update in Service Model [https://<instance>.service-now.com/sys_script.do?sys_id=47e5bab3c3011200ab8f9624a1d3ae57] Sync with Service Modeling [https://<instance>.service-now.com/sys_script.do?sys_id=e7f83d35ff200200ab8fffffffffff3f] In the application logs the messages thrown are: 2022-04-14 01:44:40 (000) Default-thread-20 C4D518AE1BB6811039782F02B24BCB13 txid=fcd79c2a1bb6 SEVERE *** ERROR *** identification_engine : IDENTIFICATION_RULE_MISSING Identity Rule Missing for table [cmdb_ci_endpoint_manual] and continued with: 2022-04-14 01:44:40 (173) Default-thread-20 C4D518AE1BB6811039782F02B24BCB13 txid=fcd79c2a1bb6 SEVERE *** ERROR *** (29243)IdentificationEngineDiscoveryResultHandler - Identification Engine errors: See [code]<a href="/nav_to.do?uri=%2F$identificationLogs%3Fcontext_id%3Dc1d71cee1bf6811039782f02b24bcb4a" target="_blank"><u>Identification Logs</u></a>[/code] for more info.2022-04-14 01:44:40 (180) Default-thread-20 C4D518AE1BB6811039782F02B24BCB13 txid=fcd79c2a1bb6 WARNING *** WARNING *** Get for non-existent record: cmdb_ci_service_calculated:f4d7d8ee1bf6811039782f02b24bcb64, initializing2022-04-14 01:44:40 (190) Default-thread-20 C4D518AE1BB6811039782F02B24BCB13 txid=fcd79c2a1bb6 WARNING *** WARNING *** (29243)ExceptionHandler - exception at service BusinessServiceManager: java.lang.NullPointerException2022-04-14 01:44:40 (191) Default-thread-20 C4D518AE1BB6811039782F02B24BCB13 txid=fcd79c2a1bb6 WARNING *** WARNING *** (29243)BusinessServiceManager - BusinessServiceManager: System error has occurred, exception is: NullPointerException : null ResolutionNavigate to module "CI Class Manager" and select from "Hierarchy List" tree the "Manual Endpoint" class [https://<instance>.service-now.com/nav_to.do?uri=%2F$ciModel.do%3Fid%3Didentification%26class%3Dcmdb_ci_endpoint_manual] Observe and activate the Identification Rule as in the printscreen from above.