al-code-outline
al-code-outline copied to clipboard
codeCleanupAction AddObjectCaptions adds Caption *Part Pages
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
{
// ...
}
}