on 2024 Jun 03 1:11 PM
Hi Experts,
in F2828 - Maintenance Planning Overview I changed the navigation of the card overdue Orders via Metadata Extension like this in Eclipse ADT:
@Metadata.layer: #CUSTOMER
annotate view C_OverdueMaintenanceOrderQ with
{
@Consumption.semanticObject: 'MaintenanceOrder'
@ui.identification: [
{ type: #FOR_INTENT_BASED_NAVIGATION,
semanticObjectAction: 'displayFactSheetCUSTOM',
label: 'Overdue Maintenance Order' }]
MaintenanceOrder;
}
now when clicking on the header of the card I go to F2175 instead of the standard F2173.
So far everythings fine. But now I have a second Overview page for a different Team and they want the standard behaviour for the overdue orders. But since the metadata extension tells the card to use the semantic action "displayFactSheetCUSTOM" the same target definition is used and an error is displayed "Navigation to this application is not supported." since the target definition is in a different catalog.
How can I seperate this so the metadata extension only works for one specific app/card and not another?
Request clarification before answering.
User | Count |
---|---|
62 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
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.