Related Lists (with too many elements)
Confluence User - 16 Feb, 2018
Hello and good day, experts.
I have to implement an asset classification system based on the UNSPSC standard. This classification makes use of 4 hierarchical lists: Segment, family, class and product. According to this there are 56 segments, 362 families, 2113 classes and 19476 products.
If I make a form to capture the data of the asset that the 4 related lists are included according to the standard in related selectboxes (with options based on Grouping), the system responds very slowly (in fact also the form builder), since as the boxes are filled (I assume) the necessary visualization operations of the dependent lists are made.
How could this operation be done so that the system respond faster?
selectbox;list;grouping