Hi All,
I am trying to set user’s proxy value using a customize RH. Every thing is working fine but problem comes when I try to set a proxy for user who is either new or who never being in workflow setting tab, in that case we don't have any row in kuafprefs table for that user.
I am able to update this table for other users those has some value here, using UAPI.PrefsGet() and UAPI.PrefsPut() but when I try for new user I get Undefined.
Please let me know how I can get the setting assoc for new user.
I found that in the setting (workflow) assoc we have 3 CacheIDs (archivedCacheID,NoArchiveCacheID,TasksCacheID). I am not sure what are these? And if I create setting assoc by hardcode the default value, what should I use for these cache Ids?
Can I use Undefined?
Will that affect the other process?
Please advice...