Give us feedback
text-dictionary
Reactive icon

Text Dictionary

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded on 9 May by 
5.0
 (2 ratings)
text-dictionary

Text Dictionary

Details
Provides a set of client actions to create and access a text dictionary. Use it in reactive and mobile applications when server actions are not desirable.
Read more

Use this library when you need a text dictionary on the client side. Contains five client actions:

  1. Create
  2. ContainsKey (also a function)
  3. Get (also a function)
  4. Set
  5. Remove


Release notes (1.0.2)

Bugfix

- Remove empty values in GetAll Methods

License (1.0.2)
Reviews (1)
by 
2019-12-13
in version 1.0.0
Easy to use component that I used to look-up values for static entities as the Get method isn't available in client actions.

Within the On After Fetch of the aggregate that populates the dropdown, I also populate the text dictionary.  Whenever I need to look-up the value I can just call the Get method on the dictionary.  
Team