View rules for new record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 11:20 AM
Hello everybody!
I've been having trouble configuring the view for some new records. Here's the situation:
I have a table that needs to have different views depending on whether one of its fields is empty or not (it's a reference field). That rule should be valid for new records. The field in question is filled in upon opening the new record form when creating it from a related list.
I have two view rules for each situation, but they don't seem to work for new forms. Is this the expected behavior? If it is, is there another way of forcing a view on new records depending on a condition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 01:58 PM
I just found out how it works (or rather how it doesn't): try changing it to "is not empty"; it will not work. The evaluation of the condition for a new record considers the record as having all fields empty.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 07:51 PM
Hi @dosualdo1 you can also try creating a view rule from sys_navigator table as well,
Harish