Steps
The Steps component is primarly used with Form Components to represent the stages of business logic data, visually displaying the stages of mapped business data on the Form.

- How to Create
Choose
Stepstype in New Component Popup Screen. (Step1)Enter the Component Name, the name displayed on the Screen (
Symbolic StringorCustom Name) and then clickNextbutton.INFO
Since data connection is not required, the Business Object selection in Step2
and the Field Mapping in Step4 are skipped.
(Data binding involves passing data to the properties of Step Controls when transitioning from the screen that invokes the Step Component to the Step Component screen. At this point, the data is loaded using the passed properties and the associated Step Control is activated.)
Applicable List of Component Attributes
- Tab Pane Id: When the Screen is structured with a Tab Component and this Component is placed at the bottom, the Tab Component's Panel Id value is registered to link it with the Tab.
- Style - Text Color: Set the Step Control's text font color.
- Style - Background Color: Set the background color for the Component.
Available List of Services
Name Platform Description load Common Event that occurs when data loading
Load: The Service that is executed when the Step Component is loaded, which must be registered when configuring the Step Component. It sets the
activeproperty of the Step ControlINFO
- In the Action Design for registering the Load Service of the Step Component, we use both
Check ActionandComponent-Interface

INFO
- We check the value of the Step stage received from the Component that invoked the Step Component._

INFO
- The target Type of the Step Component's Component-Interface is ControlPropId, and the Source Type is fixedData. We set the value of the Step Control's Property(active) to
Yes_

step3 Control Property active =
YesBeforestep3 Control Property active =
YesAfter- In the Action Design for registering the Load Service of the Step Component, we use both
- Available List of Controls
- Step: This is a Control used to display a single Step on the screen.