Jump to content
  • Configure the Case Management Accelerator for your own case model


    Sucheta S

    The Case Management Accelerator is pre-configured with default case templates so that it works out of the box for any case model you deploy.

    We suggest you start with the bundled ServiceRequest sample case model and actions - but what do you do when you want to create your own case model definition?

    All you need to do is use the appdev console (http://localhost:8080/apps) to edit the CaseManager.config.json file inside the application to point to your case model. Double click the Case Manager application, then double click CaseManager.config.json:

    screen_shot_2016-12-06_at_13_16_15.thumb.png.2691fc5d3dee92914f4ede9c9df036d2.png
    Just change line 5 - appName to the application for your case model.

    When you make a change to CaseManager.config.json, save it then you can test the change using the test app URL:

    http://localhost:8080/apps/_test/CaseManager/index.html

    When your happy with the change just publish the application from the appdev console and your changed application will be available on http://localhost:8080/apps/CaseManager/index.html

    You can then deploy your own actions and business services to create and manage your cases using the OOTB capabilities. Note that when you open a case you will see the top level attributes from your case model.

    If you want to change the look and feel of the case screen - that is when you need to consider "custom-templates'.

    Tips:

    - When editing Case Manager app you can use RADJAD rather than directly editing the app in CaseManagement UI - radjad lets you use an external tool to edit the files and see live edits without deploy

    - When you create your data model, make sure you select relevant attributes as searchable (check searchable option on each attribute's property tab) - this determines which attributes appear in the search component to use for search parameters

    - When you create your data model, make sure you add relevant attributes to the case summary tab as shown below - this determines which attributes are shown in the search case results list

    screen_shot_2016-12-22_at_09_42_13.thumb.png.fa95327dad4218ede3c1749f155e34db.png

    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...