Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
Reference of topic
Even though this setting is on, this value is not visible at all. Is there anything else we should check?
We called PTC support. We did not get a response from there either.
Hi @Engine
Yes, Start the customization process from a beginning.
Create class, check twice all miswriting Check that the compiled classes are located in right place in the codebase
the class has to be generated by IDE and annotations so IDE has to be correctly configured to use the annotations the extends class _MyClass is autogenerated by IDE
Check if you define all values in the class correctly
public static final MySize SMALL = toMySize("sm");
public static final MySize LARGE = toMySize("lrg");
public static final MySize MEDIUM = toMySize("med");
keep in mind that there is very important case sensitive definition.
So if your class is "MySize.class" then the "to" method definition has to be "toMysize()";
rbInfo source has to be located in the windchill/src/ location
Thera are many places where you can do something wrong, so my best practice is to start from the beginning.
PetrH
Hello,
I checked all of these. There is no error. I get this error not only when I want to create a ".class" but also when I want to create an empty variable.
Engin
Hi @Engine
You said there is no error, and then you are talking about the error.
Please can you share where is your variable defined take a screenshots of the workflow definition and the variable.
There are several settings that you can allow to see the variable or not see in the workflow.
PetrH
Hello @HelesicPetr
I did not say there was an error in the first message I wrote. The value I defined as a variable in the task is shown like this. No data entry can be made.
I tried the same situation by creating a ".class" and using it as an enumeration.
The task page shows me like this. The logs do not write anything either.
Engin
I asked for some screenshot from the configuration not the results.
btw if you go to a workflow process manager does have the variable a value?
Also I would add that the variables are visible and editable in the task assigned to the user. not the Object info page
PetrH
Hi @Engine
I guess that you think it is task variable but it is process variable. It is different one.
A Task variable is the variable that is on the user's activity task and can be copied from the process variable.
You show the variable that is not task variable.
Click on the APL Hala task and it shows you the task variables
PetrH
Does a task activity contain the variables?
https://www.ptc.com/en/support/article/CS283680?source=search
PetrH
