Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
We have configured data utility for attribute on one sofftype of Part.
It gives Suggetsions via Suggestion Text Box. This functionality works perfectly fine when I create part without selecting any value for "Create as End Item" attribute.
But when I select "Create as End Item" attribute as yes, the page gets refreshed and the functionality wont work.
Even If I select "Create as End Item" attribute as No after this, the Data Utility wont work.
We are using Windchill 10.1 M020.
Has anyone faced same issue?
Probably you can share the error message you do see on Tomcat or Method Server log. Page refresh should reset the data utility back to the same attribute.
Hi Mohan,
Thanks for Reply.
There is absolutely no error on any logs.
I have written 2 classes. Data Utility, in which I am creating a STB and another service class in which I am populating list for STB using properties file.
The data utility class gets called but service class wont get called(Loggers from Data utility are working and no Logger from Service class getting called).
It works absolutely fine when Page doesn't gets refreshed.
Thanks,
Pratik