How do I filter I#IC Entities in CV?
Hi Everyone,
I am creating an input form in CV and needs to pull IC entities which the entities are in use and have a specific name in Text 1.
When I tried to use I#ICEntities.base, I got all entities including the ones that are no longer in use.
When I tried to use I#ICEntities.base.Where((InUse = True) and (Text1 = SalesEntity)), no entity found for the query.
Please let me know how to make this work. Thanks!
