Skip to main content
4-Participant
November 6, 2023
Question

GetParts Filter on Version field

  • November 6, 2023
  • 1 reply
  • 597 views

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"
}
}

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
November 20, 2023

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. . . 

HelesicPetr_0-1700471941541.png

PetrH