Workplace Reservation Portal Widget Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 12:44 PM
We have one user out of 2500 seeing this error when trying to access her Reservations-
I looked at line 156 on this script include to get inspiration, but found none.
WSDRecordUtilsSNC - Line 156 is this one "
if (!fieldName || gr[fieldName].nil())"
* Gets the value to the field as integer
* @Param {GlideRecord} gr
* @Param {string} fieldName field of type integer
* @returns {number|null}
*/
getIntegerFromField: function(gr, fieldName) {
if (!fieldName || gr[fieldName].nil())
return null;
var integerVal = gr.getValue(fieldName);
return parseInt(integerVal, 10);
},
The timezone is not the issue- everyone without the TZ set sees that, but only this user is getting this error. She has the same WSD role that everyone has. Any ideas on where to look?
0 REPLIES 0