FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
07-26-2024 02:06 PM
The class Usermanager provides 2 methods getUserData() and setUserData().
While getUserData() can look in both (user & group data) for setUserData() the description does not provide any information how to set group data.
=> How can I set group data?
Below I added an extraction of the WebIQ docu.
Looks up the given key in user data and group data and returns its value. Lookup location may be specified. User data takes priority over group data.
Modifies user data. Key-, value-pairs with a null
-value are removed from the users' data store. KV-pairs not included in data
are left unchanged. Only primitives may be used as values. Note that changes made to user data are only visible after the callback has been called.
Solved! Go to Solution.
07-31-2024 10:38 AM
Question and answer at onces ...
07-31-2024 09:44 PM
@Thoomas ,
I still think the question is unanswered. There is no explanation of how to set the group data
08-05-2024 09:26 AM
It is NOT answered. Please do not mark a question which is not answered as solved.
08-05-2024 09:42 AM
Group data can currently only be set in WebIQ Designer, not through the Visuals API.