- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2024 10:16 AM
Hi, @Mark Roethof
Added user criteria that, if only custom field "code" is not 8, quick link should be displayed else it should not be visible
Its working in DEV. But not working in TEST instance. Quick link is getting displayed even it returns false.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 02:50 AM
available for of Quick links are getting stored in "sn_ex_sp_quick_link_user_criteria_mtom" . So we need to open that record in this table and need to add explicitly to update set. This worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2024 05:03 AM
put logs for encodedQuery what it is printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2024 04:50 AM
Hi @Mani A , @Ankur Bawiskar
Quck links available for is not getting captured in update set. How its get captures. I added explicitly to update set. Quck link is getting captured bt not available for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 02:50 AM
available for of Quick links are getting stored in "sn_ex_sp_quick_link_user_criteria_mtom" . So we need to open that record in this table and need to add explicitly to update set. This worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 01:57 AM
available for of Quick links are getting stored in sn_ex_sp_quick_link_user_criteria_mtom. So we need to open that record in this table and need to add explicitly to update set. This worked.