Skip to content

[Change Request] table 130 "Incoming Document" - field(18; Status; Option) #29519

@RZ440

Description

@RZ440

Why do you need this change?

We have to extend the Enum for additional Document Status like Archived etc.

Describe the request

Hello, can you please change the field 18 "Status" in table 130 "Incoming Document" from option to an Enum?

table 130 "Incoming Document"
{
.
.
.
        field(18; Status; Enum "Incoming Document Status")
        {
            Caption = 'Status';
            Editable = false;
        }
enum 59002 "Incoming Document Status"
{
    Extensible = true;

    value(0; New)
    {
        Caption = 'New';
    }
    value(1; Released)
    {
        Caption = 'Released';
    }
    value(2; Rejected)
    {
        Caption = 'Rejected';
    }
    value(3; Posted)
    {
        Caption = 'Posted';
    }
    value(4; Created)
    {
        Caption = 'Created';
    }
    value(5; Failed)
    {
        Caption = 'Failed';
    }
    value(6; "Pending Approval")
    {
        Caption = 'Pending Approval';
    }
}

Internal work item: AB#616634

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaenum-requestRequest for adding an enum value or typeships-in-future-updateFix ships in a future update

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions