Skip to main content
3-Newcomer
January 15, 2025
Solved

Add last modified date to work item advanced search

  • January 15, 2025
  • 3 replies
  • 757 views
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0

I would like to be able to filter work items by their last modified date - how would I be able to add this as an attribute to an advanced search.

Here are the errors that I faced
none
    Best answer by Fadel

    edit advancedSearch.wt.workflow.work.WorkItem property in SearchableAttributesByType.properties.xconf to add thePersistInfo.modifyStamp 

    Fadel_0-1736966722488.png

     

    run xconfmanager -p and restart :

    Fadel_1-1736967143623.png

     

    Fadel_2-1736967171867.png

    good luck 

     

    3 replies

    Catalina
    Community Moderator
    January 15, 2025

    Hi @AL_9355918 

     

    Thank you for your question! 

     

    I’d like to recommend to bring more details and context to your initial inquiry. 

    Please add screenshot(s) to better understand what you are trying to do in your process. 

     

    Please refer to this guideline to make your questions more likely to receive a quick and useful answer. 

    This will increase your chances to receive meaningful help from other Community members. 

     

    Thank you for your participation and please let me know if you need further assistance! 

     

    Best regards,

    Catalina | PTC Community Moderator
    Fadel
    23-Emerald I
    January 15, 2025

    follow the same logic as in https://www.ptc.com/en/support/article/CS180432 , but the workitem 

    Buiꓘa
    Fadel
    Fadel23-Emerald IAnswer
    23-Emerald I
    January 15, 2025

    edit advancedSearch.wt.workflow.work.WorkItem property in SearchableAttributesByType.properties.xconf to add thePersistInfo.modifyStamp 

    Fadel_0-1736966722488.png

     

    run xconfmanager -p and restart :

    Fadel_1-1736967143623.png

     

    Fadel_2-1736967171867.png

    good luck 

     

    Buiꓘa
    3-Newcomer
    January 16, 2025

    Thank you so much!