- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 06:29 AM
Hello I am kinda new to ui builder and have been trying to figure out how to change the filtering of these Carousels in the hr workspace.
I thought when I updated the filtering of the scorecards the Carousels would follow that value but it doesnt seem to. Any assistance would be appreciated thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 01:58 AM - edited 05-12-2024 02:05 AM
Hi @dagarson,
I am assuming that you are looking at the correct variant of the page (the one that you cloned from OOB landing page).
The carousel gets in configuration from a corresponding Card List Configurations [sn_hr_agent_card_config] record.
If you open the list of [sn_hr_agent_card_config], you will see there are a few records that correspond to each carousel on the landing page.
Open a record and modify its condition (and other fields if necessary) so that it is consistent with the corresponding scorecard's filter.
Before change
After change
Unfortunately, I couldn't find any official documentation/article on this but was able to reverse-engineer it via:
- Open UI Builder
- Select the Repeater component
In the Data array configuration, we can see that it's getting its data from
- Open the Data Resource pane by selecting the Data icon at the bottom left of the page
- Select getlandingpagecard_all under Data resource list
- We can see that it gets its query condition from a record with sys_id of bafdff1577073010a875bbdbef5a99be
- Using SN Util Chrome plugin, search the sys_id
Hope that helps, cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 09:58 PM
Hi @dagarson Refer YouTube videos. you will get idea
https://www.youtube.com/watch?v=TjUgm8Pu7F4
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 01:58 AM - edited 05-12-2024 02:05 AM
Hi @dagarson,
I am assuming that you are looking at the correct variant of the page (the one that you cloned from OOB landing page).
The carousel gets in configuration from a corresponding Card List Configurations [sn_hr_agent_card_config] record.
If you open the list of [sn_hr_agent_card_config], you will see there are a few records that correspond to each carousel on the landing page.
Open a record and modify its condition (and other fields if necessary) so that it is consistent with the corresponding scorecard's filter.
Before change
After change
Unfortunately, I couldn't find any official documentation/article on this but was able to reverse-engineer it via:
- Open UI Builder
- Select the Repeater component
In the Data array configuration, we can see that it's getting its data from
- Open the Data Resource pane by selecting the Data icon at the bottom left of the page
- Select getlandingpagecard_all under Data resource list
- We can see that it gets its query condition from a record with sys_id of bafdff1577073010a875bbdbef5a99be
- Using SN Util Chrome plugin, search the sys_id
Hope that helps, cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 06:50 AM
That is exactly what I was looking for thank you.