Get Entities Action Application Steps

1. Action Definition

  • For example, when a screen is loaded or the user selects a filter:
    • + ADD ACTION > OnClick > EAV > Entity > Get Entities action is added.
  • Parameters can be set as follows:
  • CategoryId: Symbol Picker > Select Box > [Category selection]
  • IncludeAttributes: Fixed > true (optional)
  • IncludeValues: Fixed > true (optional)

2. Using the Action Result

  • The action result can be used as data in Table, Select Box, etc.
  • Each entity object contains:
    • id, name, description, categoryId
    • (if IncludeAttributes=true)
    • (if IncludeValues=true)