Active Link Guides
Sundeep Koul
Last Update 5 months ago
In BMC Remedy, Active Link Guides are workflow objects that enable you to execute a series of Active Links in a predefined sequence. These guides are client-side objects and are typically used to manage workflows that involve user interactions, such as form validation, data entry assistance, or navigation.
Key Characteristics of Active Link GuidesExecution Scope:
- Active Link Guides operate on the client side and are triggered by user actions, such as button clicks, menu selections, or field changes.
Sequential Execution:
- Active Links within a guide execute in the exact order they are listed.
Conditional Execution:
- Each Active Link in the guide checks its associated conditions. Only those with satisfied conditions will execute.
Looping Support:
- Active Link Guides support loops, allowing you to repeat a series of Active Links for a defined number of iterations or until a specific condition is met.
Context Dependency:
- Active Link Guides are usually associated with a specific form, but they can also be used across multiple forms when needed.
Interactive Workflows:
- They are ideal for workflows that require user interaction, such as dynamic field updates or guided data entry.
Wizard-like Interfaces:
- Creating step-by-step workflows for users, such as data wizards or guided form entry.
Field Validation:
- Validating multiple fields sequentially before submitting a form.
Dynamic Field Updates:
- Auto-populating or updating fields based on user input in real time.
Menu Navigation:
- Automating navigation between tabs or sections of a form.
Reusability:
- Standardizing workflows across multiple forms by reusing the same guide.
- A user clicks a Next button on a multi-step form.
- The Active Link Guide starts and executes Active Links to:
- Validate the current step's data.
- Save the step's data temporarily.
- Display the next step of the form.
- If any validation fails, the guide stops and displays an error message.
- The process continues until the user completes all steps.
- Simplified Workflow Management: Centralizes multiple Active Links into a single guide for better organization.
- Reusability: Reduces redundancy by allowing the same guide to be reused across multiple workflows or forms.
- Improved User Experience: Enables the creation of interactive and dynamic workflows.
Would you like help creating or designing an Active Link Guide for a specific use case?