Kuika's Update Attribute action is used to update an attribute that has been previously created within the EAV (Entity-Attribute-Value) data model. With this action, users or administrators can change the attribute's name, data type, description, required status, or default value. It is a critical element for flexibility and sustainability in dynamic data structures.
This action is currently available in Beta version and is still under development. It is recommended to test it carefully before using it in a production environment.
Technical Specifications
- Attribute Update (EAV Panel): The Update Attribute action works with the following required and optional parameters.
- Required Parameters:
- Id (Guid): The unique ID of the attribute to be updated in the system.
- Name (String): The new or updated name of the attribute.
- DataType (String): The data type of the attribute. System-supported data types such as String, Integer, Decimal, Boolean, Date must be entered.
- Optional Parameters:
- Description (String): Descriptive information for the attribute.
- CategoryId (Guid): The category ID to which the attribute belongs.
- IsRequired (Boolean): Indicates whether the attribute is required.
- DefaultValue (Any): The default value of the attribute.
- Data Source Compatibility: All parameters can be defined dynamically or statically via the Symbol Picker in Kuika with the following sources:
- Component (Text Input, Switch, etc.)
- Fixed
- Screen Input
- Action Result
- Current
- Web & Mobile Support: The Update Attribute action can be used in both web and mobile scenarios.