on 2022 Jun 16 5:46 PM
Hi Experts,
I need to display an object page as first screen. I am using fiori elements list report template. Here by default list report page loads and then object page. Is it possible to display the object page initially instead of list report page.
Thanks,
Gowtham
Request clarification before answering.
Hello,
Yes, it is possible to navigate to the Object Page directly. The question is what exactly do you want to see in Object Page ? .
If the technical keys are already known then it can be passed as a URL parameter when the source application triggers navigation.
https://ui5.sap.com/#/topic/c337d8bde8c544598969c8e4edaab262
Or the other flexible option is to use the preferredMode to launch OP in the required mode.
https://ui5.sap.com/#/topic/bfaf3ccf3d6d4735990cc793b21f5529
Thanks,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arun,
Followed the link https://ui5.sap.com/#/topic/c337d8bde8c544598969c8e4edaab262
Default code:
the output of the object page displays as second page in below url:
https://-----/webapp/index.html#/IntroSet(empName='Gowtham%2520Raja%2520M',IsActiveEntity=true)
Code after change:
Now we have altered the code to display the object page as first page as above
but i am it does not displays.
Do i need do any modification in url pattern. How this can be achieved. Please help
Hi @GowthamRaja
I have a same requirement to navigate to OP first. I've tried a lot using inbound navigation but no luck.
Could you please help with how you've changed routes accordingly to navigate to object page of a specific record first bypassing list report?
Thank you in advance.!!
User | Count |
---|---|
73 | |
18 | |
10 | |
9 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.