Hi,
The below post gives workflow that set default view for all the users however it only works in 9.2. How do I update it to work for 11.52.
Honored Contributor Jan Czajkowski Set cs = TDConnection.CommonSettings Set us = TDConnection.UserSettings cs.Open "BugViews" us.Open "BugViews" us.Value("__default__") = cs.Value("DefaultBugView") cs.Close us.Post us.Close Set us = Nothing Set cs = Nothing
Thanks,
Sohaib