This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Getting the Object Type from a ChooseFromMulti PropertyDef

Hello!

I am just looking into a way to navigate to the internal ObjectTypeID from a property that is a choose from list multi of an object type.

Ultimately I want to run a search with the object type as one of the filters and I am curious if I need to collect both the ObjectTypeID AND the Property Definition or if there is a way to access the ObjectTypeID from a property Definition that is choose from list multi. In my configuration currently they choose the PropertyDefinition and have to specify the ObjectTypeID but I am hoping they do not have to specify the ObjectTypeID:

So in the above screenshot the property is a choose from list multi of ObjectType Project. Is there anyway to get the internalID of the ObjectType from the property? Right now I am just collecting an int for the ID but I believe it should be possible to get it from the property.

Thank you very much,

Mitch