Get Entity Value

Get Entity Value

Kuika's Get Entity Value action is used to retrieve a single registered attribute value (entity value) belonging to a specific entity from the system. This action is used to read a specific data record in dynamic data structures and display it on the screen.

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.

This action is commonly used to retrieve existing data in detail pages or edit forms.

Technical Specifications

  • Entity Value Reading (EAV Panel): The Get Entity Value action works with the following required parameters:
    • EntityId (Guid - Required): The unique system ID of the entity whose value will be retrieved.
    • EntityValueId (Guid - Required): The record ID of the entity value (attribute value) to be read.
  • Data Source Compatibility: Parameters can be obtained from the following sources via the Symbol Picker:
    • Form Component
    • Select Box/ Fixed
    • Action Result
    • Current
  • Web & Mobile Support: The Get Entity Value action works in both web and mobile applications.
Get Entity Value Action Application Steps

1. Determining the Records to be Read

  • Select the entity and entity value in the UI.

2. Action Definition

  • For example, add the following action to a button or screen opening:
    • + ADD ACTION > OnClick / OnLoad > EAV > Entity Value > Get Entity Value
  • Parameters are set:
  • EntityId: Symbol Picker > Select Box / Form Component / Action Result
  • EntityValueId: Symbol Picker > Select Box / Form Component / Action Result

3. Using the Result

  • The value obtained from the action is transferred to form fields or information boxes.
  • It can be linked to a dynamic form element with the Set Value action.
Usage Scenario: Viewing a Specific Value in a Customer Record

To display a specific attribute value (e.g., ‘Address’) in the detail form of a customer record:

  1. Select the customer and the relevant attribute value.
  2. Trigger the Get Entity Value action.
  3. The retrieved value is displayed in the form field.
Get Entity Value Action Advanced Customisations
  • Conditional Data Retrieval: Data can be retrieved based on user permissions or specific filters.
  • Data Formatting: The retrieved value can be formatted to suit the user.
  • Chained Actions: The retrieved data can be used as input for other actions.

Technical Risks

  • Missing or Incorrect ID: The action will fail if the parameters are missing or incorrect.
  • Empty Data: If there is no data for the specified EntityValueId, an empty result is returned.
  • Performance: Should not be called too frequently or unnecessarily.

The Get Entity Value action is a critical data reading tool for dynamic data management on the Kuika platform. When configured correctly, it provides detailed and customisable data display in applications.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar