a week ago - last edited a week ago
Hi,
i have created a RAP based FIORI list report with multiple tab In the tab the count is always 0,(in all the tab)
actually i don't want to show the count here.
even after setting the count as false in manifest.json and in the framework ,the 0 still appears.
ODATAV4 is generated using custom entity---->service definition-----> service binding
any input is much appreciated
Each tab show different entity ( different details)
we don't need to show any counts here, not even zero
Request clarification before answering.
I think you need to remove below from child entities metadata extension :
@ui.headerInfo: {
typeName: 'Purchase document item',
typeNamePlural: 'Purchase document items'
}
and add something like below facet:
: {
facet:[
// Purchase Document
{
label: 'Purchase Document',
type: #IDENTIFICATION_REFERENCE,
id: 'PurchaseDocumentCollectionFacet',
purpose: #STANDARD
},
// Items Section
{
label: 'Purchase Document Items',
type: #LINEITEM_REFERENCE,
id: 'PurchaseDocumentItemsLineItemReferenceFacet',
purpose: #STANDARD,
targetElement: '_PurchaseDocumentItem'
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.