Hi,
LC0098 does not allow us to configure our event subscriber naming convention: ({Object Type} {Object Name}) {Event Name}, e.g. (Codeunit System Initialization) OnAfterLoginor(Table Sales Line) OnAfterModifyRecordEvent`.
For events subscribers that refer to same object we use (Self) or (This), e.g. internal event subscriber (Self) OnGetSelf. These are rare, so supporting this is nice to have.
Please add Object Type specifier.
Thanks.
Hi,
LC0098 does not allow us to configure our event subscriber naming convention:
({Object Type} {Object Name}) {Event Name}, e.g. (Codeunit System Initialization) OnAfterLoginor(Table Sales Line) OnAfterModifyRecordEvent`.For events subscribers that refer to same object we use
(Self)or(This), e.g. internal event subscriber(Self) OnGetSelf. These are rare, so supporting this is nice to have.Please add
Object Typespecifier.Thanks.