Login to follow
Input Stepper

Input Stepper (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 5 Jan by Direccao HCSintra
Input Stepper

Input Stepper (ODC)

Documentation
1.0.0

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).

  • 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)

  • 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.