cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDK offline Navigation

Facundo_Quevedo
Explorer
0 Likes
526

Hello expert, I am currently having a problem with displaying data for my components. When I try to implement navigation from Mequipment set to Mymeasuringpoints, it isn't showing anything

Facundo_Quevedo_0-1722262820447.jpegFacundo_Quevedo_1-1722262827925.jpeg

MyEquipmentList:
{

    "Controls": [
        {
            "FilterFeedbackBar": {
                "ShowAllFilters": false,
                "_Type": "Control.Type.FilterFeedbackBar"
            },
            "_Type": "Control.Type.SectionedTable",
            "_Name": "SectionedTable0",
            "Sections": [
                {
                    "Separators": {
                        "TopSectionSeparator": false,
                        "BottomSectionSeparator": true,
                        "HeaderSeparator": true,
                        "FooterSeparator": true,
                        "ControlSeparator": true
                    },
                    "_Type": "Section.Type.ObjectTable",
                    "Target": {
                        "Service": "/pmp_smart_pm/Services/zpm_odata.service",
                        "EntitySet": "MEquipmentSet"
                    },
                    "_Name": "SectionObjectTable0",
                    "Visible": true,
                    "EmptySection": {
                        "FooterVisible": false
                    },
                    "ObjectCell": {
                        "ContextMenu": {
                            "Items": [],
                            "PerformFirstActionWithFullSwipe": true,
                            "LeadingItems": [],
                            "TrailingItems": []
                        },
                        "Title": "{Eqktu}",
                        "Footnote": "{Equnr}",
                        "DisplayDescriptionInMobile": true,
                        "PreserveIconStackSpacing": false,
                        "AccessoryType": "None",
                        "Tags": [],
                        "AvatarStack": {
                            "Avatars": [],
                            "ImageIsCircular": false,
                            "ImageHasBorder": false
                        },
                        "AvatarGrid": {
                            "Avatars": [],
                            "ImageIsCircular": false
                        },
                        "OnPress": "/pmp_smart_pm/Actions/MyEquipments/NavToEquipmentDetail.action",
                        "Selected": false
                    },
                    "DataPaging": {
                        "ShowLoadingIndicator": false,
                        "PageSize": 50
                    },
                    "HighlightSelectedItem": false,
                    "Selection": {
                        "ExitOnLastDeselect": true,
                        "LongPressToEnable": "None",
                        "Mode": "None"
                    }
                }
            ]
        }
    ],
    "_Type": "Page",
    "_Name": "MyEquipmentList",
    "Caption": "MyEquipmentList",
    "PrefersLargeCaption": true
}

MyEquipmentDetail:
{
    "Controls": [
        {
            "FilterFeedbackBar": {
                "ShowAllFilters": false,
                "_Type": "Control.Type.FilterFeedbackBar"
            },
            "_Type": "Control.Type.SectionedTable",
            "_Name": "SectionedTable0",
            "Sections": [
                {
                    "ObjectHeader": {
                        "Footnote": "{Equnr}",
                        "Description": "{WorkCenter}",
                        "DetailImage": "sap-icon://machine",
                        "DetailImageIsCircular": false,
                        "HeadlineText": "{Eqktu}",
                        "StatusPosition": "Stacked",
                        "StatusImagePosition": "Leading",
                        "SubstatusImagePosition": "Leading"
                    },
                    "_Type": "Section.Type.ObjectHeader",
                    "_Name": "SectionObjectHeader0",
                    "Visible": true
                },
                {
                    "Header": {
                        "_Type": "SectionCommon.Type.Header",
                        "_Name": "SectionHeader0",
                        "AccessoryType": "None",
                        "UseTopPadding": true,
                        "Caption": "Puntos de medida"
                    },
                    "Separators": {
                        "TopSectionSeparator": false,
                        "BottomSectionSeparator": true,
                        "HeaderSeparator": true,
                        "FooterSeparator": true,
                        "ControlSeparator": true
                    },
                    "_Type": "Section.Type.ObjectTable",
                    "Target": {
                        "Service": "/pmp_smart_pm/Services/zpm_odata.service",
                        "EntitySet": "{{#Property:@odata.readLink}}/EquipmentNavToMeasuaringPoint"
                    },
                    "_Name": "SectionObjectTable1",
                    "Visible": true,
                    "EmptySection": {
                        "Caption": "No tiene puntos de medida",
                        "FooterVisible": false
                    },
                    "ObjectCell": {
                        "ContextMenu": {
                            "Items": [],
                            "PerformFirstActionWithFullSwipe": true,
                            "LeadingItems": [],
                            "TrailingItems": []
                        },
                        "Title": "{Pttxt}",
                        "DisplayDescriptionInMobile": true,
                        "PreserveIconStackSpacing": true,
                        "AccessoryType": "None",
                        "Tags": [],
                        "AvatarStack": {
                            "Avatars": [],
                            "ImageIsCircular": true,
                            "ImageHasBorder": false
                        },
                        "AvatarGrid": {
                            "Avatars": [],
                            "ImageIsCircular": false
                        },
                        "Selected": false
                    },
                    "DataPaging": {
                        "ShowLoadingIndicator": false,
                        "PageSize": 50
                    },
                    "HighlightSelectedItem": false,
                    "Selection": {
                        "ExitOnLastDeselect": true,
                        "LongPressToEnable": "None",
                        "Mode": "None"
                    }
                }
            ]
        }
    ],
    "_Type": "Page",
    "_Name": "EquipmentDetail",
    "Caption": "EquipmentDetail",
    "PrefersLargeCaption": true
}
Initialiaze Action:
   {
            "AutomaticallyRetrievesStreams": false,
            "Name": "Equipment",
            "Query": "MEquipmentSet?$expand=EquipmentNavToMeasuaringPoint"
        },




Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

This appears to be the same question you just posted again.  Please close this question as there is a response on the other quesiton

Answers (0)