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 All,
I'm trying to create custom data utilities in order to create task page action in my work flow activities. I could find site.xconf for respective context and could realize that Data Utility has used singleton class. I tried to find if there will be any related java file exists in respective location but unsuccessful. For your information, I'm now working on Quality context for CAPA and found related xconf for data utility in Windchill\codebase\com\ptc\qualitymanagement\capa\xconfs\CAPA.datautilities.properties . In this file I could able to notice that Data Utility class for CAPA review is CAPAReviewDataUtility(See below line)
<Option serviceClass="com.ptc.qualitymanagement.capa.review.datautilities.CAPAReviewDataUtility" requestor="java.lang.Object" selector="reviewDU" cardinality="singleton"/>
I'll be very thank full if anyone provide detailed process for Data Utility creationand assigning attributes to it as I'm new to customization.
Regards,
Krishna Chaithanya
Hi,
Please to through the below PTC case, where you will find the details of the creation and registration of Data Utilities ...
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS97972&source=tssearch
Hi Chetan Deshpandey,
Thanks a lot for your reply. I'll go through this process and will get back to you.
Regards,
Krishna Chaithanya