Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

This is requirement 52 in HPQC: Develop Constrained Item List.

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

...

This method returns the currently chosen Vendorvalue of Provider.

And now, my problems and questions.

...

Problem 4: I added javascript logging to my Reference Qualifier javascript method, and it seems like it's actually getting called when I change Provider, but the listings for Device and Plan do not update.

Idea 5: I had a brainstorm. Many of the forums I've seen about dynamic Reference Qualifiers talk about Reference forms. I'm wondering if I simply cannot use Lookup Select Boxes, and have to change the form to use Reference input boxes.