Skip to content

[Change Request] table 311 "Sales & Receivables Setup" - field(31; "Logo Position on Documents"; Option) #29518

Description

@RZ440

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaenum-requestRequest for adding an enum value or typeext-ready-to-implementReviewed and ready to implement and create PR

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions