Store data into the RTC database
Hi all,
I'm very new to RTC and don't know much about it. What I'm trying to do is in the custom Work Item I have created, I want to store an data as a key/value pair. So for example store a person as the key and their set of attributes. If a user selects a persons name, I want it to populate the remaining attributes pulling the data from the set of values.
Any help is appreciated.
Thanks.
Accepted answer
One other answer
RTC does not provide any mechanism to create new data types in the database, nor any mechanism to write/read the database. you can create a custom attribute as described above, but there is no support for new data types.