Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I mean, for example,
roleAObjectRef.key.id ---> CLASSNAMEKEYROLEAOBJECTREF + IDA3A5 (In WTPARTUSAGELINK table)
Now I want to use VALUEB7 which is the linenumber value in Windchill structure, but I don't know what the actual argument is. Is there any document for these mapping relations?
Solved! Go to Solution.
Hi @guide_me
Go to the WTPartUsageLink and check the defined parameters. You can find what you need.
or you can use
WTPartUsageLink.LINE_NUMBER
if the attribute is defined in the class then it usually can be used in the search condition.
Sometimes it can case some error with No definition found for that attribute. Then you can not use it and you need to find another key string for the condition.
Next place where you can find many useful string definition for queries is wt.util.WTAttributeNameIfc.class
PetrH
Hi @guide_me
Go to the WTPartUsageLink and check the defined parameters. You can find what you need.
or you can use
WTPartUsageLink.LINE_NUMBER
if the attribute is defined in the class then it usually can be used in the search condition.
Sometimes it can case some error with No definition found for that attribute. Then you can not use it and you need to find another key string for the condition.
Next place where you can find many useful string definition for queries is wt.util.WTAttributeNameIfc.class
PetrH