The CreatorCon Call for Content is officially open! Get started here.

Workplace Reservation Portal Widget Error

jlaps
Kilo Sage

We have one user out of 2500 seeing this error when trying to access her Reservations-

jlaps_0-1706647340158.png

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