Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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