How to modify business role based on time zone?
I have the following client script code: function onLoad() { //Type appropriate comment here, and begin script below if (g_form.isNewRecord()) { //2025-08-04 MOD Start //Get current date in UTC var now = new Date(); ...