Designing custom forms in VCF Automation Service Broker is where UI/UX truly impacts user experience. However, managing long dropdown values can create frustrating design challenges due to default field size limitations. In this article, I share a practical workaround my team used to solve this issue. Join the conversation and share your approach toward addressing this design challenge!
UI/UX Design
A Simple Control for Complex Automation: Preventing Mistakes Using Custom Forms
In this post, we explore a simple yet effective technical control to mitigate the risk of human error when requesting potentially risky automated actions, using Aria Automation Service Broker.
Designing for Consistency: Input Validation Using RegEx for Service Broker Forms
In this post, we customize a Service Broker form by enforcing input validation using Regular Expressions (RegEx) for specific input fields.
Hands-on: Image Handling in Aria Automation Service Broker
In this post, we customize a Service Broker form by adding an image via URL or Base64 String.
Beyond the Basics: Enhancing Aria Automation Forms with Custom CSS
In this post, we customize a Service Broker form to call the user’s attention to specific fields and text elements. This is easily achieved with Cascading Style Sheets (CSS) code.