The Source Type field in the IC Outbox Transaction table (ID 414) is currently defined as an Option. This limits its extensibility, as it cannot be customized by developers or partners.
Expected behavior
The Source Type field should be defined as an Enum to allow for extensibility and customization.
Steps to reproduce
Attempt to extend the Source Type field in the IC Outbox Transaction table.
Notice that the Option type does not support extensibility.
Additional context
This enhancement aligns with the extensibility principles of Business Central, allowing developers to better customize solutions for both SaaS and on-prem environments.
Internal work item: AB#557872
Describe the issue
The
Source Type
field in theIC Outbox Transaction
table (ID 414) is currently defined as anOption
. This limits its extensibility, as it cannot be customized by developers or partners.Expected behavior
The
Source Type
field should be defined as anEnum
to allow for extensibility and customization.Steps to reproduce
Source Type
field in theIC Outbox Transaction
table.Option
type does not support extensibility.Additional context
This enhancement aligns with the extensibility principles of Business Central, allowing developers to better customize solutions for both SaaS and on-prem environments. Internal work item: AB#557872