Is there a way to set the color theme (Home -> ...
# suitescript
b
Is there a way to set the color theme (Home -> Set Preferences -> Appearance -> Color Theme) from SuiteScript? I see that the Set Preferences page’s XML says its recordtype is “userpreferences” but didn’t see any corresponding supported record types in the SuiteScript docs.
r
are you using SS 1.0 or 2.0?
try to load the configuration and change setting
1000 1
👍 1
make sure that "DISPLAY DEFAULT THEME WITH OPTIMAL COLOR CONTRAST " is unchecked
👍 1
netsuite 1
1000 1
b
Hey thanks so much, I’ll start with 1.0 and build to 2.0 as needed…,thank you for your tips I was able to use nlapiLoadConfiguration / nlapiSubmitConfiguration on one account. Do you know if it’s possible as an administrator to iterate through all accounts / roles with SuiteScript to change this setting? cheers man