QuestionQ248

Configure business process automation

You need to determine how to implement rules for players registering for a soccer tournament.

Which business rule actions should you use? An action may be used once, more than once, or not at all.

Drag & Drop
Set visibility action to No.
Set Lock/Unlock action to Lock
Set Field Value action to No.
Set Business Required action to Business Required
Explanation

Model-driven app business rules expose a fixed set of actions, and the requirement here is to hide the fields that should not be captured for tournament registration and to force entry of the one that must be. Weight and height are not required for the registration form, so a business rule uses the Set visibility action set to No to hide both fields. Age determines the player's division and must always be provided, so it uses the Set Business Required action set to Business Required. Set Lock/Unlock only makes a visible field read-only rather than hiding it, so it does not satisfy the requirement to hide height; the community-accepted answer keeps height on Set visibility to No, matching the automated key.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!