- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2025 07:15 AM - edited 05-24-2025 07:18 AM
Hi Devs,
I have created new m2m table and i have created one action assignment called "Edit".
Now when i click it I want to show only certain list of records..means preset the filter to show only few records as per my requirement. Below are snaps for reference.
Once i click, below window pops up, so i want to show only few records, not all. So how to implement this?
Below is the config details of the action assignment:
Regards,
SNehal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:56 AM - edited 06-27-2025 05:57 AM
Extension Point has to be used to do this. Below are the steps.
1.Open Extension Point table. Search name contains filter and open below record.
2.Be in the scope, for wch u hav to create/apply the filter,..The open record and click on the create implementations, then a new record gets auto created in Implementations. Open it.
3.Open the script include, by clicking on the class(i icon).
4.Now update the script include accordingly-to set as per the filter needed.
=====
5.Then use the extensionPointKey u have mentioned in script include in the action assignments's payload
Refer some existing OOB action assignments to understand it better.
Regards,
Snehal Madakatti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:56 AM - edited 06-27-2025 05:57 AM
Extension Point has to be used to do this. Below are the steps.
1.Open Extension Point table. Search name contains filter and open below record.
2.Be in the scope, for wch u hav to create/apply the filter,..The open record and click on the create implementations, then a new record gets auto created in Implementations. Open it.
3.Open the script include, by clicking on the class(i icon).
4.Now update the script include accordingly-to set as per the filter needed.
=====
5.Then use the extensionPointKey u have mentioned in script include in the action assignments's payload
Refer some existing OOB action assignments to understand it better.
Regards,
Snehal Madakatti