Issue mapping custom properties in portal to console
]
I got it working in my QA environment by correcting the case in the property name, but not in Dev nor Production. Tried with and without the classid. I am copying the property name from the get-scsmclassproperty output exactly as it is, case sensitive and all.
Best Answers
-
Tony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭The code looks ok by itself - and as you say it is working in QA. You may need to check the values in PROD and DEV where the relevant objects are imported and ensure you you have all the right management packs imported5
-
john_doyle Cireson Support Ninja IT Monkey ✭✭✭✭@Raul_Noa Open Developer Tools in your browser and open a Software Asset. Then go to the Console tab in Dev Tools. Type in pageForm.viewModel and hit Enter. That should return an object. Expand it if necessary. Do you see your extended properties in the view model? Does the case match exactly with the property definition in the SoftwareAsset.js form?
5
Answers