Question
Sopra Steria
NL
Last activity: 8 Nov 2024 5:17 EST
Viewing the full details of a data record via a list landing page.
In my application I have a landing page showing data objects. To view the details of one records I want to be able to click and enter the full details view of a data record. In this video @Sam Alexander and @RichardMarsot showcase the features of 24.1. Around 7.10 minutes they show the functionality of spawning a case from a data object. In the demo do exactly the same as I want in my application. However I am not able to get it configured.
- I created a data type in App studio.
- Configured some properties.
- Entered some data via App Studio. C
- Created a list landing page with the list data page as source
- The pyGUID column is configured as "Display link to object"
However when testing the functionality I am not able to open the details. In the browser I get this javascript error:
In my application I have a landing page showing data objects. To view the details of one records I want to be able to click and enter the full details view of a data record. In this video @Sam Alexander and @RichardMarsot showcase the features of 24.1. Around 7.10 minutes they show the functionality of spawning a case from a data object. In the demo do exactly the same as I want in my application. However I am not able to get it configured.
- I created a data type in App studio.
- Configured some properties.
- Entered some data via App Studio. C
- Created a list landing page with the list data page as source
- The pyGUID column is configured as "Display link to object"
However when testing the functionality I am not able to open the details. In the browser I get this javascript error:
Uncaught (in promise) Error: dataContext is required parameter
at Wl.showData (api.ts:2678:29)
at index.js:81:10
at children.onClick (index.js:107:7)
at Object.Ve (react-dom.production.min.js:52:317)
at Xe (react-dom.production.min.js:52:471)
at react-dom.production.min.js:53:35
at Pr (react-dom.production.min.js:100:68)
at Nr (react-dom.production.min.js:101:380)
at react-dom.production.min.js:113:65
at Oe (react-dom.production.min.js:292:189)
showData @ api.ts:2678
(anonymous) @ index.js:81
children.onClick @ index.js:107
Ve @ react-dom.production.min.js:52
Xe @ react-dom.production.min.js:52
(anonymous) @ react-dom.production.min.js:53
Pr @ react-dom.production.min.js:100
Nr @ react-dom.production.min.js:101
(anonymous) @ react-dom.production.min.js:113
Oe @ react-dom.production.min.js:292
(anonymous) @ react-dom.production.min.js:50
Rr @ react-dom.production.min.js:105
Gt @ react-dom.production.min.js:75
Yt @ react-dom.production.min.js:74
t.unstable_runWithPriority @ scheduler.production.min.js:18
qa @ react-dom.production.min.js:122
De @ react-dom.production.min.js:292
Zt @ react-dom.production.min.js:73
I also looked into this community page. But that only shows the outcome or the data object full details view. I want to know how to how to configure the entrance from a list landing page or a table.
Who can help me?