![]() |
ChatGPT 9/11/2025 |
It looks like you're trying to hide a field named
By following these steps, you should be able to diagnose why the |
|
M
|
MSchell author 9/12/2025 |
Can't make it work with AI stuff I'd like to know how to hide a text label, from a simple add text on the Design page, and hide it based on a selected option. I also looked at trying to make a section with text labels, then hide the section, but can't get that to work either |
|
M
|
MSchell author 9/16/2025 |
Item ID can be used to show or hide the element in the event code. Server code events (C#): For elements in the data grid on the List and Print pages use recordId parameter in the After record processed event: In Javascript events use toggleItem function to show or hide elements Elements in the grid: |
|