How to adjust display time of Scheduled walkup appointments on the walk-up portal queue.SummaryOn OOTB, Scheduled walkup appointments don't show up in queue until 15 minutes prior. But we can adjust that.InstructionsThe display appointments on the queue ahead of schedule would be in the sn_walkup.WalkUpConstants Script Include, as the constant "APPTMNT_LEAD_TIME" on Line 10.https://<instance_name>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=372d6137b3802300eda5a72256a8dcc3If we modify that value to 1000, It would show up all the appointments that are scheduled with in 16 hoursRelated LinksPlease note that you should modify this value with caution, as making the value too large may result in confusion for users. For example, if a user has an appointment scheduled for 2 days from now at 9 am. If the APPTMNT_LEAD_TIME value is too high, the queue will display the 9 am appointment on the wrong day.