How to set dynamic filter on "Data Table from Instance Definition" widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 06:46 AM
Hey All,
I have a custom table "purchase_details" which has RITM number and purchase related data.
So in Request Item page, I have added as "Data Table from Instance Definition" widget which shows data from custom table "purchase_details"
I need to display data dynamically based on RITM number in Data table on Request Item Page.
What filter condition should I apply in "Filter" section of data table, or should I clone and make changes in script.
Currently I have put number=RITM0010008 in filter, but I need it dynamic.
Any Advise will be very helpful.
Thank You.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 06:55 AM
Hello,
Refer link will help you,
add a dynamic filter option to a simple list/ data table instance
If answer is helpful please mark correct and helpful!
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 07:04 AM
Thanks for the reply, I have explored almost same threads, I was not able to achieve the result.
Is there anything like this filter which I can use? "numberDYNAMIC90d1921e5f510100a9ad2572f2b477fe"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 08:25 AM
Hi,
Did you create a dynamic filter on your table and field? If yes, then you can use the filter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2020 09:03 AM
Hi
Actually my field type is string, so 'is dynamic' OOB feature is not available on string type, it is I believe available on reference field, so how will I make string type field 'is dynamic'.
Can you please provide me steps?
Thank You.