Installation & Setup
1. Install from Forge
Open Service Studio.
Go to the Forge tab and search for "Input Stepper".
Click Install to add the component to your environment.
2. Add Dependency
Open your application module.
Click on Manage Dependencies (toolbar icon or Ctrl+Q).
Ctrl+Q
Search for Input Stepper in the left panel.
Check the box next to the InputStepper block and click Apply.
How to Use
1. Prepare your Variable On the screen where you want the stepper (e.g., ShoppingCart), create a Local Variable to hold the value.
Name: Quantity (example)
Quantity
Data Type: Integer
Default Value: 1
2. Place the Component
Drag the InputStepper block from the Service Studio sidebar (under your dependencies) onto your screen.
3. Bind the Data Select the InputStepper block on your screen and configure the properties:
Value: Select your local variable (e.g., Quantity).
Look for the QuantityChanged event and store the new quantity on the screen variable.