Hello, would it be possible to implement the following changes for the fixed asset enum?
The change would simplify the expansion of Enum objects.
I have attached the suggestion as files.
FA_Enum_integer_operations.zip
The customized objects contain all dependent changes.
Additional context
The Fixed Asset module is using integer operations to perform conversions between different enum types. Additionally, the enum values are used as array indexes in some cases.
As this does not correspond to current coding guidelines and also causes massive problems with enum extensions, the following change request offers a more clean way to handle enum values and conversions. All the conversion procedures can be extended, using events, so enum extensions are fully supported.
Describe the request
Hello, would it be possible to implement the following changes for the fixed asset enum? The change would simplify the expansion of Enum objects. I have attached the suggestion as files. FA_Enum_integer_operations.zip
The customized objects contain all dependent changes.
Additional context
The Fixed Asset module is using integer operations to perform conversions between different enum types. Additionally, the enum values are used as array indexes in some cases. As this does not correspond to current coding guidelines and also causes massive problems with enum extensions, the following change request offers a more clean way to handle enum values and conversions. All the conversion procedures can be extended, using events, so enum extensions are fully supported.
Internal work item: AB#542651