[Asset Management] Models not showing up on model field while creating a new asset. The reference pop-up show no models on asset.model. Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms While creating an asset no records show up on the model field. When we click on the reference field the reference list pops-up but no records are shown. Release All. Environment Any Environment. Cause Within the asset form, when we click on the Model field reference icon, then there is a script include "ModelAndCategoryFilters" method "assetModelRefQual" being called. This method will build the reference qualifier for us to get the related model category defined. Here it will go through certain filters based on the type of asset we are creating and if there are any model categories attached to it etc. Refer to KB ModelFilters (KB0750026) for more details about different filters we define and how it gets the data. If we do not define proper model categories, or if there are n models with these model categories then it may fail to return any models. Resolution Based on above make sure we have following criteria satisfied. Make sure there are valid model categories defined.Make sure there are some models attached to the above model categories.Check if the model category is defined as "Asset Tracking Strategy to "Leave it to Category". Additional Information Asset Tracking StrategyLeave it to CategoryAsset and CI management