Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ table 7233 "Master Data Full Synch. R. Ln."
field(10; "Job Queue Entry Status"; Option)
{
Caption = 'Job Queue Entry Status';
OptionCaption = ' ,Ready,In Process,Error,On Hold,Finished';
OptionMembers = " ",Ready,"In Process",Error,"On Hold",Finished;
OptionCaption = 'Ready,In Process,Error,On Hold,Finished,On Hold with Inactivity Timeout,Waiting';
OptionMembers = Ready,"In Process",Error,"On Hold",Finished,"On Hold with Inactivity Timeout",Waiting;

trigger OnValidate()
begin
Expand Down
Loading