You need to add a button to a user form. When the button is pressed, the application invokes a data transform, then creates a new case.
How do you implement this functionality?
You need to add a button to a user form. When the button is pressed, the application invokes a data transform, then creates a new case.
How do you implement this functionality?
To implement functionality where pressing a button invokes a data transform and then creates a new case, you need to configure an action set on the button control. An action set allows you to define a sequence of actions that occur in response to events, such as clicking a button. This sequence can include calling a data transform and then creating a new case, which matches the required functionality described in the question.
Correct. "Use the Actions tab to define action sets that determine the behavior of a control." https://community.pega.com/sites/default/files/help_v717/rule-/rule-html-/rule-html-property/actions.htm