Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello All,
I have 2 sets of products which starts with "CR*" and "PR*" and i need to write an info engine task which retrieves results based on the pattern specified for containerName attribute.
For Ex: context="CR*";
Any insights on this?
yes, provide contextName while calling this IE task.
<ie:webject name="Query-Objects" type="OBJ">
<ie:param name="INSTANCE" data="$(properties[0]wt.federation.ie.VMName[0])"/>
<ie:param name="TYPE" data="wt.inf.container.WTContainer"/>
<ie:param name="WHERE" data="name=$(@FORM[]contextName[])"/>
<ie:param name="GROUP_OUT" data="container"/>
</ie:webject>