Dear Developers,
we were trying to increase the maximum length of msevtmgt_name on events (100 characters), however a plugin is preventing the save because msevtmgt_readableeventid(500 characters max) will be set by a plugin and throw an error when exceeding 120 characters:
Exception Message: String or binary data would be truncated in table '{0}', column '{1}'. Truncated value: {2}.
ErrorCode: -2146892759
HexErrorCode: 0x80090429
ErrorDetails:
ApiExceptionSourceKey: Plugin/Microsoft.Crm.ObjectModel.CustomBusinessEntityService
ApiStepKey:
ApiDepthKey: 1
ApiActivityIdKey:
ApiPluginSolutionNameKey: System
ApiStepSolutionNameKey: System
ApiExceptionCategory: ClientError
ApiExceptionMessageName: StringOrBinaryTruncation
ApiExceptionHttpStatusCode: 400
HelpLink: http://go.microsoft.com/fwlink/?LinkID=%5BPlaceholderString-22%5D&error=%5BPlaceholderString-22%5D&client=%5BPlaceholderString-22%5D
any ideas how to proceed?
sunny greetings