BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Case Manager: get case document properties in page script

    Posted 02/16/21 07:51 AM
    Hi guys,
    The requirement is to check certain properties of documents associated with a case while validation. Now i do know how to validate case properties but cannot find any script that can help me get properties of the associated case. Any help/suggestions are welcome. Thank you for your help in advance.

    ------------------------------
    Gaurav Painuly
    ------------------------------


  • 2.  RE: Case Manager: get case document properties in page script

    Posted 03/24/21 09:48 AM
    Gaurav, I checked in with one of the main developers of Case and asked if your challenge was easy to solve.  This was his answer:

    "If being one client-side, a bunch of case and then content JS/REST APIs would need to be called to:
     
     - first get the docs associated with a case (in the case's folder)
    - find the doc(s) you are interested in from that result
    - use content APIs to get the properties on those docs
    - use that information to display something useful to the user in the case/task UI
     
    Probably best solved with a custom widget that would do all the above when wired onto a page."


    ------------------------------
    DAVID Jenness
    ------------------------------