Ui action in list view Display even if conditions are not met
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 08:04 AM
Hi,
I have a UI action, in list view that should appeared in theses conditions and only in these conditions :
In Stock and available
But when i filter in list view even if only the state is entered, the button appears :
And even if i choose to filter on another field
How i could make the button appear ONLY IF filter is state = in Stock AND substate = available ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 08:39 AM - edited 03-27-2023 08:46 AM
Hi,
Try current.install_status==6 (without apostrophe)
You can check field values and field names using right click and "Copy query" button
install_status=6^hardware_substatus=available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 12:04 AM
Hi Kamil,
i tried without apostrophe but it did not worked.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 02:21 AM
Hi Nico,
Are you sure that your second substatus field name is correct? Should it be hardware_substatus ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2023 07:40 AM
Hi Kamil,
Yes it is the good field name. The problem come from the list view cause on individual record, the conditions are good.
I think the list banner button on list view need additional condition than in regular form action button. But i don't know wich ones.
Regards,