SOW - How to exclude "Pre-approved" templates from displaying under "All" filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 10:47 AM - edited 09-16-2024 10:57 AM
Hi Team,
I'm trying to exclude the "Pre-Approved" templates from the select change page on the SOW.
I have identified the filter conditions and the data sources linked to it but how unable to exclude those templates from "All" filter and display other models.
Kindly share the approach or idea work on it, to proceed further.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:22 AM
Hi @Sujatha V M
You may need to create copy for that variant and then update below script.
you also maybe need to check components under this repeater and see if any of those need to be updated.
Please mark my answer correct and helpful if this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 11:38 AM
Thank you for the response @Gangadhar Ravi .
I have already explored the above steps mentioned by you. I’m working on the clone copy of it.
In data sources, Get card details has the default filter as “All” using the client script “Transform initial data” .
I’m facing the issue to exclude this preapproved from “All” filter and unable to find the link or not getting the right path.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 01:11 AM
@Gangadhar Ravi Just sharing the details!
All the filter configurations are retrieved from the script include "SowChangeCardsSNC" and we have the script include "SowChangeCards" for customization point.
I had modified the filter "allCards" not to concatenate standard pre-approved changes.
If the filter is selected as "All"
If the filter is selected as "Preapproved"
If the filter is selected as "Pinned"
Sujatha V.M.