-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaenum-requestRequest for adding an enum value or typeRequest for adding an enum value or typeships-in-future-updateFix ships in a future updateFix ships in a future update
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SCMGitHub request for SCM areaGitHub request for SCM areaenum-requestRequest for adding an enum value or typeRequest for adding an enum value or typeships-in-future-updateFix ships in a future updateFix ships in a future update