cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Info engine task based on pattern

akr
1-Newbie
1-Newbie

Info engine task based on pattern

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?


1 REPLY 1
ybagul
1-Newbie
(To:akr)

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>

Top Tags