Setting up a Site drop-down list
Use these steps to use a Site drop-down on a form where the IDO refers to an _all table:
- Add a Site drop-down list to the form, where: the Property Name is SiteRef, the Component Class is SiteRefForIntranet, and the Caption is C(sSite).
- Make sure that a custom method or stored procedure used on the form includes a site parameter.
- Add code so that, after the user changes the site, the collection on the form is refreshed with the information from the new site.
Note: The
Site drop-down field is
visible in FormOnly mode, but not in the standard client.
Related topics