Summary
WAM040 - Add dropdown lists for Department and Section
Important Observations
- The Dynamic Select Box weblet is AJAX enabled. Its entries can be defined by a working list using a *JSON attribute.
- A dynamic select box can dynamically refresh its list of values by calling a response WebRoutine when a monitored field value changes. The response WebRoutine must have a Response(*JSON) keyword.
Tips & Techniques
- Method routines can be used in a Web Application Module.
What You Should Now Know
- How to implement dynamic select box weblets using a working list.
- How to setup a dynamic select box to refresh its list of values from the server.