-
Notifications
You must be signed in to change notification settings - Fork 278
Extend multiple pages in one page extension #4579
Copy link
Copy link
Closed
Labels
suggestionThis is either a suggestion of a completely new feature or a fairly big change request.This is either a suggestion of a completely new feature or a fairly big change request.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
suggestionThis is either a suggestion of a completely new feature or a fairly big change request.This is either a suggestion of a completely new feature or a fairly big change request.