al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

codeCleanupAction AddObjectCaptions adds Caption *Part Pages

Open ChrisBlankDe opened this issue 2 years ago • 0 comments

The AddObjectCaptions Cleanup Action adds a Caption to Pages of Type CardPart and ListPart.

With proper development this property is not necessary because the page caption is never displayed, isn't it? The restriction "proper" refers to the fact that a page.run on a *part page is possible but hopefully nobody does it.

page 70260354 PTEMediaFactbox
{
    PageType = CardPart;
    SourceTable = PTEMediaData;
    Caption = 'MediaFactbox'; //automaticly added
    ApplicationArea = PTE;
    layout
    {
        // ...
    }
}

ChrisBlankDe avatar Feb 24 '23 12:02 ChrisBlankDe