Announcements
No record found.
Hi all,
Created a field with Boolean type, If we filtered 'True' then that field should be display and as filtered 'false' then field doesn't show. Please help me.
Thanks,
Madhavi
*This post is locked for comments
and what did you try to achieve it and what is not working?
As per mohana write more, what you want and where you want.
Dear Madhavi ,
if you make Boolean value , u have to write a constrain to get the data by "True" or "False"
check your constrain according to your filtering
dynamicsuser.net/.../rtc-dynamically-hide-show-fields
create a global variable of type boolean in the page, where you want to toggle the visibility of that field and set it as value to field property "Visible" of the page field. as an example checkout field "No." in page 30 or in page 42.
As per Jonathen, please set the visibility of the field to the value of your Boolean variable.
-Yogesh Kulkarni
Please verify, if it solves your problem.
Create a Boolean field as a page global variable, and set the IncludeInDataset property to YES.
For the field you set the VISIBLE property to the Boolean variable you created.
On the page, add the code in three places in OnAfterGetRecord trigger, OnAfterGetCurrRecord trigger, and the field you are using to control the visibility. The code will set the value for the boolean variable
For example if you have created boolean as ShowValue then you set that as
ShowValue := "Field Name" (Where Field name is the name of the field you will use)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.