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

Search for objects that don't have a property at all, not just empty?

We have migrated some of our old classes to new ones. The one old class had "OldProperty" which is not on the new Classes. The users have decided that they want to populate some "NewProperty" if the object used to be Old Class with a blank OldProperty.

Since Properties, once they have values roll forward with the object, I can search for new class obects that have a value in OldProperty. But, as far as I can tell there is no way for me to search for empty "OldProperty" because it would not exist on the new objects.

Is there any way to do this without formally attaching OldProperty to the new classes?

-Jason

Parents
  • The property needs to exist on the objects for you to be able to search for it. In this case I think you should temporarily add OldProperty to the new class, then you can search "OldProperty is empty". After you have populated NewProperty on all objects, you can remove OldProperty from the class.

Reply
  • The property needs to exist on the objects for you to be able to search for it. In this case I think you should temporarily add OldProperty to the new class, then you can search "OldProperty is empty". After you have populated NewProperty on all objects, you can remove OldProperty from the class.

Children
No Data