- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 04:25 PM
Hello,
I want the Active field in the Announcement table to default to false.
I entered false in Dictionary default, but it has no effect.
How can I make it inactive by default?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 08:57 PM
Hi @SHWA
I found the issue. When using the "Announcements" module you open the list with a predefined filter "Active=true". Due to an OOTB feature all filter criteria will be used to fill in fields when clicking on "New". Therefore, you have to make sure, that no "Active" filter is set in the list view:
Then click on "New"
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 06:33 PM
Hi @SHWA
instead of entering a default value, just leave the field in the dictionary record empty
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 07:06 PM
Hello @Maik Skoddow
thank you for your reply.
I've tried it, but even if it's empty, active becomes true when the record is created. why is it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 08:23 PM
Hi @SHWA
Make sure not to add quotes while defining boolean false in default value.
Else, you can create a business rule to set it as false on “Insert” action.
Simran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 08:57 PM
Hi @SHWA
I found the issue. When using the "Announcements" module you open the list with a predefined filter "Active=true". Due to an OOTB feature all filter criteria will be used to fill in fields when clicking on "New". Therefore, you have to make sure, that no "Active" filter is set in the list view:
Then click on "New"
Maik