Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Mobile Device Service Catalog Request contains three drop-down fields to refine the order.

Phone Vendor, called Provider.

Provider then should constrain the next two fields:

  • Device, which is the mobile phone or similar mobile device
  • Plan, which is the data or calling plan for the provider

At present, both of these constrained fields have a dynamic Reference Qualifier, using the javascript call to the method u_db692_mobile_device_vendor()

This method returns the currently chosen Vendor.

And now, my problems and questions.

Problem 1: I have AT&T set as the default Provider. This properly constrains Device and Plan to a set that is associated with u_provider=AT&T. However, if you change the Provider to another value, I want Device and Plan Lookup Select Boxes to be regenerated with Reference Qualifier called again.

I seem to have a problem between Client Scripts versus Script Includes. The Script Includes let you use current. to access the values on the form. The Client Scripts disallow current., and instead allow you to use g_form. to get the values on the form. But I cannot find any method to force recalculating the Reference Qualifier.

  • No labels