Event registry name issues with character limitationIssue When a table is created with a long name either workflow or flow designer is used to specify approval, an event is automatically generated by appending the text 'approval.inserted', in this case giving 'x_xxx_xxxxxxxxxx_xxxxxxxxxx.approval.inserted'.Unfortunately the event registry has a limitation of 40 characters, so it is only possible to specify upto 'x_xxx_xxxxxx_xxxxxxxxx.approval.ins' which means that the system fails to match correctly.CauseThe filed event name in sysevent_register table ahs limitation set to 40 charactersResolutionWe already have a PRB defined: https://support.servicenow.com/problem.do?sys_id=f8257f966f1f0a002c9f8e4c2c3ee4bf But this was closed long back saying as below stated: The problem ticket associated with your incident has been reviewed by ServiceNow. After carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or future releases. We do not make this decision lightly, and we apologize for any inconvenience. If you have any questions regarding this problem and incident, please contact us. So but still we got issue with customer s facing the same, hence we raised DEV task to re-open the PRB, but the DEV team suggetsed to Increase the size of the tables is the appropriate action in this scenario. DEV team will be creating a story to track this and review resolving this in a future release.