Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi ,
I am using a Task to update a URL Type soft Attribute.
The the soft attribute is added to the Problem report.
I could add the atribute value to the URL but could not add the Lablel.
Due to this I cannot see the link in the Problem report page .(to click)
Please help me to resolve this
<ie:webject name="Update-Objects" type="OBJ">
<ie:param name="AUTHORIZATION" data="${@SERVER[]authorization[0]}"/>
<ie:param name="DBUSER" data="wcadmin"/>
<ie:param name="PASSWD" data="wcadmin"/>
<ie:param name="INSTANCE" data="${@FORM[]supporting-adapter[]}" default="<%= wtInstance %>"/>
<ie:param name="OBJECT_REF" data="<%=strOBID%>"/>
<ie:param name="TYPE" data="WCTYPE|com.ptc.core.meta.type.mgmt.server.impl.WTTypeDefinition"/>
<ie:param name="FIELD" data="IBA|LinkToSharePoint='http://example.com/pages/'"/>
<ie:param name="GROUP_OUT" data="out"/>
</ie:webject>