Skip to content

Extend multiple pages in one page extension #4579

@SandroKiedis

Description

@SandroKiedis

It would be nice if we could use just one extension object to add fields to multiple pages or tables.

Example:
On table 37 "Sales Line" there is the field "Description 2", which is not displayed in pages 46 & 47 ("Sales Order Subform" and "Sales Invoice Subform").

Now my suggestion would be something like this:

pageextension 50110 SalesSubPagesExtension extends "Sales Order Subform", "Sales Invoice Subform"
{
    layout
    {
        addlast(General)
        {
            field("Description 2"; Description2)
            {
                ........
            }
        }
    }
}

This would help immensly, because if this was possible I don't have to create several page extensions just to add one and the same field to multiple pages. The effort for this example isn't that high, but you can guess if I had to add one action to every Sales Document Page it could be rather exhausting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    suggestionThis is either a suggestion of a completely new feature or a fairly big change request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions