8
The general structure of a report is actually painful to maintain
Dataitem
{
DatitemProperties
Columns
NestedDataitem
{
DatitemProperties
Columns
triggers
}
triggers
}
ReportTriggers
Procedures

The following structure would be much less confusing;
you can see much easier on which dataitem this trigger is attached

Dataitem
{
DatitemProperties
Trigger //Moved position
Columns (Can this be collapsed to hide
Nested Dataitems
{
DatitemProperties
Trigger
Columns (Collapsable please -so that the developer can hide the whole structure with one node)
}
}
ReportTriggers
Procedures
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team