BPM, Workflow, and Case

BPM, Workflow, and Case

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

 View Only
  • 1.  Populating drop down List dynamically from external database in IBM CaseManager screen

    Posted Fri December 06, 2019 11:38 AM
    We need to populate drop down List dynamically from external database table for one Case Properties.

    We need this in screen of add case and process case, both screens.

    After research we found one SampleExternalData in IBM site by which we are able to populate static data into drop list. The static data was define in xml file ExternalData.xml.

    We need some code reference by which we can alter this sampleExternalData service or use completely new EDS data service to populate dropdown list data from external databases.

    Please share more information if someone has already implemented similar solution in IBM Case Manager.

    Thanks,
    Rajesh



    ------------------------------
    Rajesh Panchal
    ------------------------------


  • 2.  RE: Populating drop down List dynamically from external database in IBM CaseManager screen

    Posted Wed March 16, 2022 02:48 PM
    I'm looking for solution like this too.

    ------------------------------
    Supakorn Trakulmaiphol
    ------------------------------



  • 3.  RE: Populating drop down List dynamically from external database in IBM CaseManager screen

    Posted Thu March 17, 2022 10:33 AM
    For the classic case pages that use the case property widget, the EDS framework is what is used to inject behaviours and data into the property views.

    This sample shows how to configure the EDS framework with a trivial hardcoded data source. Your real EDS service would reach out to whatever services you require.

    https://www.ibm.com/support/pages/sample-external-data-service-eds-ibm-case-manager

    Note that EDS runs "magically" under your views at runtime so no extra work is required there to see your results. A similar framework also works for Navigator property views and entry templates.

    ------------------------------
    DAVE PERMAN
    ------------------------------



  • 4.  RE: Populating drop down List dynamically from external database in IBM CaseManager screen

    Posted Thu March 24, 2022 04:26 AM
    I had found solution and can retrieve json response from external API then display to Case UI already by using BPM Coach with Case Solution here is my solution.

    ------------------------------
    Supakorn Trakulmaiphol
    ------------------------------