System Actions
/
EAV Actions (Entity-Attribute-Value Actions)

Save Entity Value

Save Entity Value

Kuika's Save Entity Value action is used to create or update the attribute value of an entity using a dynamic model. In this action, all necessary information is collected in a single model structure, and the system performs the operation through this model.

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.

The model parameter is a comprehensive data structure containing entity information related to the attribute value, attribute ID, value, and other optional fields.

Technical Specifications

  • Model (Object - Required):The object containing all information related to the attribute value. It usually contains the following fields:
    • EntityId (Guid)
    • AttributeId (Guid)
    • Value (Any)
    • EntityValueId (Guid) — if available, update; otherwise, create a new record
    • Other optional metadata fields
  • Data Source Compatibility: The model parameter can be selected from the following sources via the Symbol Picker:
    • Form Component (e.g., dynamic form model object)
    • Action Result (previous action result)
    • Fixed (fixed JSON object)
    • Current
  • Web & Mobile Support: The Save Entity Value action works in both web and mobile applications.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar