Announcements
No record found.
How can i Auto-populate fields on a page if one field value is selected.Here the fields I want to autopopulate is a part of an existing table.On a page,I am selecting one field in form of dropdown from that table and on basis of value selected in that field all the other required matching values from the table should automatically come up.
Hi Pragya,
You can add your logic in the Modified field of the control. You can directly assign values to the field using
DataSourceName.FieldName = "Some Value";
Thanks,
Girish S.
Hi, if you want to populate other fields in all forms then use modifiedField table field. If requirement is just for one particular form then override modified method in form level. Let us know if any issues.
nuxulu.com/.../
If it's custom form, then you can override the method in table or form level, if it's standard form then you have to extend it using event handler or CoC (Chain of command).
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.
André Arnaud de Cal... 529 Super User 2026 Season 1
Giorgio Bonacorsi 470
Adis 270 Super User 2026 Season 1