Why do you need this change?
We have to extend the Enum for additional Logo positions like full width etc.
Describe the request
Hello, can you please change the field 31 "Logo Position on Documents" in table 311 "Sales & Receivables Setup" from option to an Enum?
table 311 "Sales & Receivables Setup"
{
.
.
.
field(31; "Logo Position on Documents"; Enum "Logo Position on Documents")
{
Caption = 'Logo Position on Documents';
ToolTip = 'Specifies the position of your company logo on business letters and documents.';
}
enum 59001 "Logo Position on Documents"
{
Extensible = true;
value(0; "No Logo")
{
Caption = 'No Logo';
}
value(1; Left)
{
Caption = 'Left';
}
value(2; Center)
{
Caption = 'Center';
}
value(3; Right)
{
Caption = 'Right';
}
}
Internal work item: AB#616632
Why do you need this change?
We have to extend the Enum for additional Logo positions like full width etc.
Describe the request
Hello, can you please change the field 31 "Logo Position on Documents" in table 311 "Sales & Receivables Setup" from option to an Enum?
Internal work item: AB#616632