- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2024 10:31 PM
As per the requirement, we need to add the filter condition in the form. There is a field which has type 'Condition' and it acts as filter condition on the form, by using this filter condition some filtered records will be populated in the related list. Also we need to use filter condition with "AND' and "OR" condition. Can anyone please help in this ATF possibility?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 12:50 AM
Hi @Rishi14ta
Question:
Is it in a table or in a form?
If it is in a table:
Use "Apply filter on list" step.
If in a form:
It is not directly possible through ATF.
You have to use Server side script.
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:52 AM
Hi @Rishi14ta
here is one script I used for one of my requirements:
You need to remove the "" double course and enter the table.
Mark Helpful
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 12:50 AM
Hi @Rishi14ta
Question:
Is it in a table or in a form?
If it is in a table:
Use "Apply filter on list" step.
If in a form:
It is not directly possible through ATF.
You have to use Server side script.
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:37 AM
Hi Shaqeel,
As you mentioned, in the form we can achieve it using Server Side Script. Can you please elaborate how can I implement it in the script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:52 AM
Hi @Rishi14ta
here is one script I used for one of my requirements:
You need to remove the "" double course and enter the table.
Mark Helpful
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 05:24 AM