MinimumColumnSize Parameter (Connect-D365BusinessCentral Cmdlet)
Specifies the minimum size, in characters, for Edm.String columns. If Microsoft Dynamics 365 Business Central reports a smaller size, the provider uses this value instead.
Syntax
Connect-D365BusinessCentral -MinimumColumnSize int
Data Type
int
Default Value
0
Remarks
When the reported size of an Edm.String column from Microsoft Dynamics 365 Business Central is less than this property value, the cmdlet overrides the reported size with the configured minimum.
Set this property when you need to enforce consistent column sizes or accommodate downstream systems with minimum length requirements.