You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 6 Next »
This global class allows operations with the Preferences menu. This class has no constructor; methods can be accessed using the s_pref global object.
This method allows refreshing the Preferences menu automatically.
Return:
Example:
s_form.save().then(async (sysId) => { await s_user.setPreference('application', s_form.getValue('pack_application_id')); await s_user.setPreference('vcs.localPack.current', sysId); }).finally(__resolveServerResponse);