Hello
Can someone help me to know, how I add a detail in a page that I am editing in the application Hub?
I been searching how to do it but I can't find it.
Thanks you.
Like
Prachi Bhelkar,
Hello Prachi,
from what i could tell, "Details" are a component in Classic UI, and i couldnt find anything similar for Freedom UI myself. As per my understanding, you can still achieve this task in a simple way.
Lets say for example you have a object "Owner", and a object "Car", where one car has a owner but one owner can own multiple cars.
Now you want to be able to quickly see which cars a Owner has on his corresponding section page.
In this case, you could solve this task by adding a Lookup field "Owner Lookup" to your Car data model. Make it a required field to ensure that nobody can add Cars that are owner-less.
Then you edit your Owner page and add a new list (i would highly suggest a expanded list) to your page.
Select Object -> "Car"
Apply filter by page data -> Data Source: "Owner", where Owner | ID = Car | Owner Lookup
Now you can see all cars connected to a owner in his/her corresponding section page, and should cars for example change ownership, this would be correctly displayed through the filtering you applied earlier.
David
This does not help. Please tell us how to add a detail in FUI and how to edit that detail by adding columns to it how it is done in classic UI.
Prachi Bhelkar,
Hello Prachi,
from what i could tell, "Details" are a component in Classic UI, and i couldnt find anything similar for Freedom UI myself. As per my understanding, you can still achieve this task in a simple way.
Lets say for example you have a object "Owner", and a object "Car", where one car has a owner but one owner can own multiple cars.
Now you want to be able to quickly see which cars a Owner has on his corresponding section page.
In this case, you could solve this task by adding a Lookup field "Owner Lookup" to your Car data model. Make it a required field to ensure that nobody can add Cars that are owner-less.
Then you edit your Owner page and add a new list (i would highly suggest a expanded list) to your page.
Select Object -> "Car"
Apply filter by page data -> Data Source: "Owner", where Owner | ID = Car | Owner Lookup
Now you can see all cars connected to a owner in his/her corresponding section page, and should cars for example change ownership, this would be correctly displayed through the filtering you applied earlier.
David