I have a table structure similar to that one of Sales Quote/Sales Order etc, which is recommended from the docs to be handled using the Document page type.
I have added a listpart page type with the lines layout then included in my main header but like this:
page 50132 "..."
{
PageType = Document;
SourceTable = "...n";
//...
group(Lines)
{
part("Items"; "...")
{
Editable = true;
// SubPageLink = "Ref" = FIELD("No");
}
}
}
But im not getting same functionality as a see on quotatip page.
So I want to able to create an instance of my QuotationLike object using the built-in style, header first then lines below.