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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation x

Even though setting is on, this value is not visible at all. Is there anything else we should check?

Engine
11-Garnet

Even though setting is on, this value is not visible at all. Is there anything else we should check?

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.

 

EE_10094183_0-1746296891466.png

 

11 REPLIES 11
HelesicPetr
22-Sapphire II
(To:Engine)

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

HelesicPetr
22-Sapphire II
(To:Engine)

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

HelesicPetr
22-Sapphire II
(To:Engine)

@Engine 

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? 

 

HelesicPetr_1-1746430304042.png

Also I would add that the variables are visible and editable in the task assigned to the user. not the Object info page

PetrH

Engine_0-1746438576823.png

 

HelesicPetr
22-Sapphire II
(To:Engine)

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

Engine_0-1746439351619.png

 

HelesicPetr
22-Sapphire II
(To:Engine)

Hi @Engine 

The variable is empty. The value is not there. 

PetrH

HelesicPetr
22-Sapphire II
(To:Engine)

@Engine 

Does a task activity contain the variables?

https://www.ptc.com/en/support/article/CS283680?source=search

PetrH

Engine
11-Garnet
(To:Engine)

Engine_0-1746432241751.png

 

Engine_1-1746432285113.png

 

Engine_2-1746432369384.png

 

Announcements

Top Tags