I'm having a rather strange issue with some custom fields that are based
off other custom fields. Whenever I select a category, I am only presented
with the first choice in the second custom field.

As an example:
[image: pasted2]
Yet there are many more Sub-Categories under that category.
mysql> select Name from CustomFieldValues where CustomField=11 AND
Category='Electrical/Lighting';
+-----------------+
| Name            |
+-----------------+
| Ballast         |
| Light Fixture   |
| Exit Light      |
| Emergency Light |
| Motion Sensor   |
+-----------------+
5 rows in set (0.00 sec)

Anyone have any ideas?

Thanks,
- gf
---------
RT 4.4 and RTIR Training Sessions https://bestpractical.com/training
* Washington DC - May 23 & 24, 2016

Reply via email to