how to check whether a user have check in at the walkup interaction ?
I would like some help. i have a widget but it does not work in validating whether the user have check in server : (function ($sp, options, input, data) {var userId;if (barCodeScanned(input)) {var alm_hardware = new GlideRecord('alm_hardware');alm_...
