Expand my Community achievements bar.

Dialog participant step modal to use datasource which need to fetch from configuration values

Avatar

Level 2

Hi All,

I have a requirement to create Dialog participant step in a workflow process to show touch UI dialog which needs to show checkboxes generated from datasource(which fetch values from configuration service).

Just the dialog is showing up in Dialog participant step, But values are not fetching from datasource values. Any help would be appreciated.

1 Reply

Avatar

Level 2

I am able to show dropdown and store selected values in workitem by using below steps. Is there anyway that i can use checkboxes?

  • Created dialog and give that path in Dialog participant step.
  • Created datasource model to read confuration values by passing parameters as pid.
  • Overriding /libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jsp to store values in workitem.