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

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

Mark Solution

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

解決済み

Check user action value in HTML Workspace

Avatar

Level 2

Hi all,

I do have a AEM Forms 6.1 (ex LiveCycle) Workflow in the Process Management module.

Basically it's a approval workflow with several approval task (as AssignTask operation) based on a XDP form.

Now I need a solution to check which user action (e.g. Approve, Deny) the user has selected in the HTML workspace. So let's say when the user clicks the "Deny" button I want him to get forced to fill in a comment field in the form.

Thank you for your help.

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

Avatar

正解者
Level 8

Put a script on the button to validate that the required fields are filled.  You may need two buttons, one that the user sees and clicks on and once the validations are done it executes the click of the submit buttons.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 8

Put a script on the button to validate that the required fields are filled.  You may need two buttons, one that the user sees and clicks on and once the validations are done it executes the click of the submit buttons.

Avatar

Level 2

2017-11-09 15_13_02-Adobe Experience Manager-Forms - Internet Explorer.png

I wonder as I see no possibility to put a script on a HTML Workspace button.

My goal is to force the user to leave a comment in a text field of the XDP form only if he clicks on "Deny". When "Approve" is clicked the user has not to fill in the additional comment.

How can I achieve this?