コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

In workflow need mandatory drop down field with multiple value in Reject case

Avatar

以前のコミュニティメンバー

 In my custom workflow if some user is selecting the task  assigned in workflow and  trying to reject the workflow, in that scenario we need a drop down appears in the (Complete Work Item) dialog box above the comment section. where the user can choose one of the relevant  reason from the drop down to reject the workflow.
And selecting the reason should be mandatory, without selecting any value from the drop down the user cannot reject the workflow.

AvinashRanjan_1-1668149978630.png

 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
2 返信

Avatar

正解者
Community Advisor

Hi @Deleted Account,

Please explore Dialog Participant Step option. It allows to include custom dialog code between Next step and Comment fields. So you should be able to achieve result like this, or any other that is need:

custom-dynamic-participant-step.png

Example step by step:

Some links to documentation

Avatar

Level 2

Hi @lukasz-m 

Thanks for your response😊, it helped me to get the drop down in the dialog.