Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I am using Windchill MPMLink Release 12.0 and Datecode with CPS 12.0.0.0
Hello,
I tried to get Parts by inserting the folllowing filter : Mane eq ('test') and Version eq ('00') but the response retrieve the following error message
{
"error": {
"code": "PROPERTY_NAME_NOT_SEARCHABLE",
"message": "Version non è un attributo ricercabile"
}
}
Could you help me to solve, please?
Thanks
Michele
Here are the errors that I faced
{
"error": {
"code": "PROPERTY_NAME_NOT_SEARCHABLE",
"message": "Version non è un attributo ricercabile"
}
}
Hi @mmoruzzi
That means that you can not search by the version.
check some articles where you can find some tips how to allow the version search, but it can be not possible to do so.
CS347207 - Not able to filter WorkItems with "TaskName"
CS375454 - his is not possible to filter Parts based on "View" attributes
CS385891 - Unable to filter result using Name attribute
based on the article CS347207 check following. . .
PetrH