Unable to load object property settings

Hello,

I have a object that has 7 properties and it is being populated into an Object Set (Object list 2 Object Set) through an AIP logic function. I am able to see just the titles when I display this Object Set. However, I am not able to see the other properties that I also want displayed. I do not see the option to select the properties in the “Property Configuration” tab in “Widget Setup”. Instead I see the option “Select a Object Set to configure settings”. I know my object is fully populated with all the properties since I see it in the debugger in AIP logic.

Please let me know if you have any insight.


2 Likes

Hi Nguntu,

Have you double checked that your Object Set is deployed and is indexed? You can check this in the Ontology Manager.

If this doesn’t help, double check that the input variable for the widget is correctly set to the Object Set you want to display? You may have accidentally selected the wrong object set. (On a side note, I would recommend changing the name of your Object Set from ‘Object list 2 Object set’ to something more informative, as it will make it easier to work with.)

Hello,

I was actually able find a solution. If you set the object list set to a “Object Set Definition” first instead of “Function”, you can adjust the Property Configuration. Then you can switch back to “Function”, and the included properties will persist.

In the way I set it up, the object list set was populated when a button was clicked through a AIP logic function, which is why it says undefined. When I debugged the function in AIP, it was properly populated.

Thank you for your response!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.