Content Management and Capture

 View Only
  • 1.  Value of PropertyTemplateObject

    Posted Wed January 17, 2024 01:27 PM

    Hi everyone,

    I'm new at filenet and I can't find a value for a folder that I configured.

    My class as a PropertyTemplateObject property:

    • DataType: object
    • Cardinality: list
    • PersistanceType: own table

    I'm trying via CMIS query get all the properties but this one I can't get.

    How can I do this? There is other tables that I need to use?

    Thanks in advance.



    ------------------------------
    Filipe Ventura
    ------------------------------


  • 2.  RE: Value of PropertyTemplateObject

    Posted Fri January 19, 2024 12:47 PM

    Hi Felipe.  This link has an overview of creating new properties:  https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=documents-creating-properties  Adding a new property to a FileNet class requires a few steps:

    1. First, create a Property Template.  This just defines the new property, but does not associate it with a class.  See https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=properties-creating-property-template
    2. Next, create a PropertyDefinition on the target class, using the PropertyTemplate created in the previous step.  See https://www.ibm.com/docs/en/filenet-p8-platform/5.5.x?topic=properties-assigning-class

    It sounds like maybe you have done the first step, but not yet the 2nd?  If you have completed both of these steps, and the property is still not appearing on your class, then we would need to gather more information to troubleshoot, and probably a support case would be needed.

    Regards,

    Joe



    ------------------------------
    Joe Raby
    ------------------------------



  • 3.  RE: Value of PropertyTemplateObject

    Posted Fri January 19, 2024 01:39 PM

    Hi Joe,

    The property template belongs to the class and has values, the problem is how I get them via a CMIS Query.

    Regards



    ------------------------------
    Filipe Ventura
    ------------------------------