table 50106 CutBackProcessTable
{
DataClassification = ToBeClassified;
fields
{
field(1; "Posting Date"; DateTime)
{
Caption = 'Posting Date';
DataClassification = ToBeClassified;
}
field(2; "Account Category"; Code[20])
{
Caption = 'Account Category';
DataClassification = ToBeClassified;
TableRelation = "G/L Account Category";
}
field(3; "Bill Code"; Code[20])
{
Caption = 'Bill Code';
DataClassification = ToBeClassified;
TableRelation = "Dimension Value".Code;
}
field(4; "Partner"; Text[250])
{
Caption = 'Partner';
DataClassification = ToBeClassified;
}
field(5; "License"; Text[200])
{
Caption = 'License';
DataClassification = ToBeClassified;
}
field(6; "Percentage"; Option)
{
Caption = 'Percentage';
OptionMembers = " ","Working Interest","Paying Interest","Revenue – Cost Oil","Revenue – Profit Oil";
}
field(7; "Account"; Text[20])
{
Caption = 'Account';
DataClassification = ToBeClassified;
}
field(8; "Account Description"; Text[200])
{
Caption = 'Account Description';
DataClassification = ToBeClassified;
}
field(9; "AFE"; Text[200])
{
Caption = 'AFE';
DataClassification = ToBeClassified;
}
field(10; "Amount"; Integer)
{
Caption = 'Amount';
DataClassification = ToBeClassified;
}
field(11; "Batch Name"; Text[20])
{
Caption = 'Batch Name';
DataClassification = ToBeClassified;
}
}
keys
{
key(PK; "Bill code")
{
//Clustered = true;
}
}
}
but my requirement is please see below then please advise me how to do in vs code especially in batch section
A Cutback batch can be setup that allows the user to setup section parameters in advance, the user can select an existing batch or create a new on. If the user selects a new batch, the following screen will be presented:
When a batch is selected, any unposted lines for that batch will show in the table.