Skip to main content
7-Bedrock
April 2, 2024
Question

Standard browser showing updated IBA value but in creo session browser not showing correct IBAvalue

  • April 2, 2024
  • 1 reply
  • 687 views
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2

Standard Browser showing correctly updated IBA values but in Creo Session Browser not showing updated IBA value and still showing old value.
Steps to Reproduce
1) Add EPMDocument object to workspace
2) Create/Update IBA value by using following API
PersistenceServerHelper.manager.update()
3) Observe EPMDocument IBA value on CommonSpace and Standard browser shows correct update value.
4) Observe in Creo session Browser Still shows old IBA value.

    1 reply

    HelesicPetr
    22-Sapphire II
    22-Sapphire II
    April 2, 2024

    Hi @SA_9497989 

    You need to synchronize the Workspace because the local cache keeps the old value.

    PetrH