Agenda for 2022 SAPPHIRE NOW (2024)

'); $('.filter-slider').hover( function () { $('.filter-indicator').stop(true, true).fadeIn(150); }, function () { $('.filter-indicator').stop(true, true).delay(800).fadeOut(150); } ); var resizeTimer; $(window).resize(function() { //clearTimeout(resizeTimer); //hacking for resize width; var width = $("#sessions .grid-content").width() <= 960 ? NaN: $(window).width();//need NaN value , while click min or max resize windows , the sessions grid keep not change size is work well. //resizableGridWidth; var gridWidth = sidebar == 'left' ? parseInt(width - 19): parseInt(width - 239); resizeTimer = setTimeout(resizeGridWidth(gridWidth), 100); }); function resizeGridWidth(gridWidth) { jQuery("#list_sessions").jqGrid('setGridWidth', gridWidth); jQuery('#sessions .session-grid, #sessions .ui-jqgrid-htable, #sessions .ui-jqgrid-btable').width(gridWidth); } //$('.ui-multiselect-menu').draggable(); //keep this line code var contentHeight; // slide filter controller $('.filter-slider').toggle( function() { // slide left $('.side-filter').animate({'margin-left':'-221px'}, speed, animation, function() { // the callback $('.filter-slider').addClass('close'); $('.filter-slider').removeClass('open'); if ($("#sessions .grid-content").width() == 950) { gridFullWidth = gridFullWidth; } else { var currentWindowWidth = $(window).width(); gridFullWidth = currentWindowWidth < unresizeGridFullWidth ? parseInt(currentWindowWidth - 19) : parseInt(unresizeGridFullWidth); } sidebar = 'left'; $('#sessions .session-grid, #sessions .ui-jqgrid-htable, #sessions .ui-jqgrid-btable').animate({width:gridFullWidth},speed,animation); $("#list_sessions").jqGrid({'width': gridFullWidth}).showCol(['SessionType']).setGridWidth(gridFullWidth); }); $('.ui-multiselect-menu').hide(); $('.filter-link').removeClass('active'); $('.ui-jqgrid .subgrid').css({width:subgridFull}); $('.ui-jqgrid').toggleClass('full-width'); $('#sessions .grid-content').animate({'background-position':'-221px'},speed,animation); $('.filter-content').animate({'opacity':'0'},speed,animation); $('.jqgfirstrow td:nth-child(5), #list_sessions_Title').animate({width:277},speed,animation); $('.filter-indicator').stop(true, true).hide(); $('.open-close').text('Open'); resetHeight(); }, function() { // slide right $('#sessions .grid-content').animate({'background-position':'-1px'},speed,animation); $('.filter-content').animate({'opacity':'1'}); $('.side-filter').animate({'margin-left':'-0px'}, speed, animation, function() { // the callback $('.filter-slider').removeClass('close'); $('.filter-slider').addClass('open'); if($("#sessions .grid-content").width() == 950) { gridWidth = gridWidth; } else { var currentWindowWidth = $(window).width(); gridWidth = parseInt(currentWindowWidth) < unresizeGridWidth ? parseInt(currentWindowWidth-239) : parseInt(unresizeGridWidth); } sidebar = 'right'; $('#sessions .session-grid, #sessions .ui-jqgrid-htable, #sessions .ui-jqgrid-btable').animate({width:gridWidth},speed,animation); $("#list_sessions").jqGrid({'width': gridWidth}).showCol(['SessionType']).setGridWidth(gridWidth); }); $('.ui-jqgrid .subgrid').css({width:subgrid}); $('.ui-jqgrid').toggleClass('full-width'); $('.jqgfirstrow td:nth-child(5), #list_sessions_Title').animate({width:204},speed,animation); $('.open-close').text('Close'); $('.filter-indicator').stop(true, true).hide(); resetHeight(); } ); // filter dropdown controller $('.trigger').click(function() { if($(this).hasClass('open') === true) { $(this).removeClass('open').parents('.filter-area').children('.filter-fields').slideUp(speed,animation); } else { if ($(this).attr('id') == 'sapphire-now-filter-container') { $('#SapEvent').click(); $(this).addClass('open').parents('.filter-area').children('.filter-fields').slideDown(speed,animation); } else if ($(this).attr('id') == 'teched-filter-container') { $('#TechedEvent').click(); $(this).addClass('open').parents('.filter-area').children('.filter-fields').slideDown(speed,animation); } else if ($(this).attr('id') == 'quick-filter-container') { $(this).addClass('open').parents('.filter-area').children('.filter-fields').slideDown(speed,animation); } } }); /* filter link active style */ $('.filter-button .ui-multiselect,').click(function() { $('.filter-link').removeClass('active'); $(this).parents('.filter-link').addClass('active'); }); /* FIX FOR IE: filter link active style */ $('.filter-text').click(function() { $('.filter-link').removeClass('active'); $(this).siblings('.filter-button').children('.ui-multiselect').click(); }); $('.filter-content .row input, .ui-multiselect-checkboxes input, .ui-multiselect-optgroup-label a').click(function() { setTimeout(function(){agendaGridReload()}, 50); setTimeout(function(){resetHeight()}, 50); }); if ($.browser.msie && $.browser.version < 9){ } else { $('.ui-multiselect-checkboxes li label span').click(function() { if($(this).parent('label').children("input").attr('id').indexOf("option") === -1) { $(this).parent('label').children("input").click(); } }); } if ($.browser.msie && $.browser.version === 7){ $('ul.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup-label):odd').addClass('odd'); } /* $('.ui-multiselect-optgroup-label').click(function() { //this.click(); setTimeout(function(){agendaGridReload()}, 50) }); */ var selection = []; $('.ui-multiselect-all, .ui-multiselect-none').click(function() { this.click(); //agendaGridReload(); setTimeout(function(){agendaGridReload()},1000); }); // Add enter keyword to search field $('.keyword-search').focus(function() { $(this).addClass('active'); }); $('.keyword-search').focusout(function() { if($(this).val() == '') { $(this).removeClass('active'); } }); var checkFilters = ''; $("#list_sessions").jqGrid({ url:'/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/sessions/location/283?display_location=true&attendee_id=0&relationship=&jobRoles=&locale=en_US&AEID=', loadui: 'disable', datatype: 'json', height: 'auto', mtype: 'GET', colNames:[ 'Schedule_ID', 'SID', 'Session ID', 'Title', 'Abstract', 'Session Type', '', '', 'Day', 'Time', 'max_seats', 'Location', 'Source', '', 'use_scheduler' ], colModel: [ {name:'Schedule_ID', index:'Schedule_ID', editable:false, hidden:true}, {name:'SessionID', index:'SessionID', editable:false, hidden:true}, {name:'SessionCode', index:'SessionCode', width:70, editable:false}, {name:'Title', index:'Title', width:230, editable:false, align:"left"}, {name:'abstract', index:'abstract', editable:false, hidden:true}, {name:'SessionType', index:'SessionType', width:90, editable:false, align:"left"}, {name:'MyItems', index:'MyItems', width:30, editable:false, sortable:false}, {name:'recurringIcon', index:'recurringIcon', width:20, editable:false, sortable:false, hidden:false}, {name:'day', index:'day', width:60, editable:false, hidden:false}, {name:'start_date', index:'start_date',width:145, editable:false, hidden:false}, {name:'max_seats', index:'max_seats', editable:false, hidden:true}, {name:'room_name', index:'room_name', editable:false, hidden:true, width:85}, {name:'session_source', index:'session_source', align:"center", editable:false, hidden:true, width:85}, {name:'is_virtual', index:'is_virtual', align:"center", editable:false, sortable:false, hidden:true, width:15}, {name:'use_scheduler', index:'use_scheduler', align:"center", editable: false, hidden:true, width:90} ], pager: '#pager_sessions', rowNum: 30, rowList: [10,20,30,50,100], width: 'auto', minWidth: gridWidth, sortname: 'Schedule', sortorder: 'asc', viewrecords: true, toppager: true, caption: '', altRows: true, multiselect: false, shrinkToFit: true, autoheight: true, autowidth: true, subGrid : true, subGridRowExpanded: function(subgrid_id, row_id) { var split_ids = row_id.split("_"); var session_id = split_ids[0]; var schedule_id = split_ids[1]; var subGridUrl = '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/location/283/sessionDetails/id/?attendee_id=0&display_schedule=1&display_location=1&my_agenda_favorites=Agenda&reserve_button=NO&add_button=NO&display_presentation=All&sconfnum=0&display_interests=NO&locale=en_US&AEID=&source=html&id=' + row_id; $(".loading-box").show(); $.get(subGridUrl, function(data) { $("#" + $.jgrid.jqID(subgrid_id)).html(data); $('.loading-box').fadeOut(200); ToNTracking('click', 'session', schedule_id, '', '1'); }, "html" ); }, onSelectRow: function(id) { $("#list_sessions").jqGrid('toggleSubGridRow', id); }, beforeSelectRow: function(id) { $("#list_sessions").jqGrid('toggleSubGridRow', id); }, loadComplete: function(data) { showFilterBreadcrumb(); var user_data = $("#list_sessions").getGridParam('userData'); console.log(user_data.showResponseMessage); if(user_data.showResponseMessage) { $("#Information_dialog").dialog({ width: 500, modal: true, open: function( event, ui ) { var top = Math.max($(window).height() / 2 - $(this)[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - $(this)[0].offsetWidth / 2, 0); $(this).parent().css('top', top + "px"); $(this).parent().css('left', left + "px"); $(this).parent().css('position', 'fixed'); } }); } $("#filterDiv").show(); $(".ui-paging-info").show(); if(data.records > 0) { $(".grid_no_result").hide(); } else { $(".grid_no_result").show(); } $('html, body').animate({scrollTop: $("#sessions").offset().top- $('.header').height()}, 1);//$("#keywordSessionSearch").focus(); //removed by Charles.Tang 02.28.2020, it does not need this point for SANOW2020 event. }, gridComplete: function() { var rowIds = $("#list_sessions").getDataIDs(); //console.log(rowIds); $('.filter-slider').click(false); } }); $("

No results found. Please adjust your search criteria and try again.

").insertAfter($("#list_sessions").parent()); jQuery("#list_sessions").jqGrid('navGrid', '#pager_sessions', {view:false, edit:false, add:false, del:false, search:false}); jQuery("#list_sessions").jqGrid('setGridWidth', gridWidth); $("#list_sessions").jqGrid('setLabel', 'SessionCode', 'Session ID', {'text-align':'left'}); $("#list_sessions").jqGrid('setLabel', 'Title', 'Title', {'text-align':'left'}); $("#list_sessions").jqGrid('setLabel', 'SessionType', 'Session Type', {'text-align':'left'}); }); function showFilterBreadcrumb() { var selection = ""; $(".ui-multiselect-checkboxes").find(":checked").each(function(){ selection += '' + $.trim(this.title) + ''; }); if ($("#kewword_a").length){ $("#kewword_a").remove(); } if ($('#keywordSessionSearch').val() != ''){ selection += '' + $('#keywordSessionSearch').val() + ''; } // adds the breadcrumb link to the .selection div. add functionality for the other two divs with an if statement $('.breadcrumb .quicksearchSelection').html(selection); if (selection.length > 0) { $('.breadcrumb').show(); } else { $('.breadcrumb').hide(); } $('.quicksearchSelection a').click(function() { $(this).remove(); if ( $('.quicksearchSelection').text() === '' && $('.selection').text() === '' && $('.selection2').text() === '') { $('.breadcrumb').hide(); } var anchorValue = $(this).attr('value'); $(".ui-multiselect-checkboxes").multiselect("widget").find("input[value=" + anchorValue + "]").each(function(){ this.click(); }); if ($(this).attr('id') == 'kewword_a' ){ $("#kewword_a").remove(); $('#keywordSessionSearch').val(''); agendaGridReload(); } }); } function resetHeight() { contentHeight = $('#sessions .session-grid').height(); if (contentHeight < 500) {contentHeight = 500}; $('.filter-slider').height(contentHeight); $('.filter-indicator').css({ top: contentHeight / 2.6 - 40 + 'px' }); } function agendaGridReload() { $(".ui-paging-info").hide(); $("#session-filter-clear").hide(); var filters = '{"groupOp": "AND", "rules": ['; var checkFilter = ""; var pairKeyValueFilters = '['; if ($("#tag_5167").length) { var thisTitleFilter = $("#tag_5167").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Session Types", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5167").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5167", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5167", "data": "' + thisValue + '","op": "query"},'; } } if ($("#Day").length) { var thisValueFilter = $("#Day").multiselect("getChecked").map(function() { var thisValue = $(this).val(); if ( thisValue === null ) { return ""; } return '"' + thisValue + '"'; }).get().toString(); if (thisValueFilter != '') { pairKeyValueFilters += '{ "name": "Day", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisValueFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#Day").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "Day", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "Day", "data": "' + thisValue + '","op": "query"},'; } } if ($("#Time").length) { var thisValueFilter = $("#Time").multiselect("getChecked").map(function() { var thisValue = $(this).val(); if ( thisValue === null ) { return ""; } var time = thisValue; if ( time != null && time != -1) { console.log("time::" + time); var hours = Number(time.match(/^(\d+)/)[1]); var minutes = Number(time.match(/:(\d+)/)[1]); var AM_PM = time.match(/\s(.*)$/)[1]; if(AM_PM == "PM" && hours < 12) hours = hours + 12; if(AM_PM == "AM" && hours == 12) hours = hours - 12; var sHours = hours.toString(); var sMinutes = minutes.toString(); if(hours < 10) sHours = "0" + sHours; if(minutes < 10) sMinutes = "0" + sMinutes; thisValue = sHours + ":" + sMinutes; } return '"' + thisValue + '"'; }).get().toString(); if (thisValueFilter != '') { pairKeyValueFilters += '{ "name": "Time", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisValueFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#Time").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "Time", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "Time", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5157").length) { var thisTitleFilter = $("#tag_5157").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Portfolio Categories", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5157").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5157", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5157", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5174").length) { var thisTitleFilter = $("#tag_5174").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Lines of Business", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5174").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5174", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5174", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5173").length) { var thisTitleFilter = $("#tag_5173").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Industries", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5173").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5173", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5173", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5178").length) { var thisTitleFilter = $("#tag_5178").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Speaker Type", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5178").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5178", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5178", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5182").length) { var thisTitleFilter = $("#tag_5182").multiselect("getChecked").map(function() { return '"' + $(this).attr('title') + '"'; }).get().toString(); if (thisTitleFilter != '') { pairKeyValueFilters += '{ "name": "Track", '; pairKeyValueFilters += '"value": ['; pairKeyValueFilters += thisTitleFilter; pairKeyValueFilters += ']}, '; } var thisValue = $("#tag_5182").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5182", "data": "' + thisValue + '","op": "query"},'; checkFilter = checkFilter + '{"field": "tag_5182", "data": "' + thisValue + '","op": "query"},'; } } pairKeyValueFilters = pairKeyValueFilters.replace(/,\s*$/, ""); pairKeyValueFilters += ']'; console.log("final pairKeyValueFilters::" + pairKeyValueFilters); filters = filters + '{"field" : "other_0", "data" : "other_0:0","op" : "query"}]}'; $("#filtered-download-button").hide(); $("#filtered-share-download-button").hide(); $("#filtered-share-all-button").show(); $("#filtered-download-all-button").show(); var keyword = $('#keywordSessionSearch').val() || ''; ToNTracking('search', 'session', keyword, '', ''); if (checkFilter !='' || keyword != ''){ $("#filtered-download-button").show(); $("#filtered-share-download-button").show(); $("#filtered-share-all-button").hide(); $("#filtered-download-all-button").hide(); } if (checkFilter =='' && keyword == '') { $(".ui-paging-info").fadeIn(); } else { $("#session-filter-clear").show(); } keyword = encodeURIComponent(keyword); jQuery("#list_sessions").jqGrid('setGridParam', {url:"/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/sessions/location/283?display_location=true&attendee_id=0&relationship=&jobRoles=&locale=en_US&AEID=&keyword=" + keyword + "&filters=" + filters, page:1}).trigger("reloadGrid"); } function processConflictSession(pageType,event_session_id,location_schedule_id,location_id,HOSFlag,page_source,osid,olsid) { var chkValues = ""; var flag = false; $('.reserve_session_checkboxs').each(function() { if(this.checked == true) { //console.log(this.value); if(!flag) { chkValues = this.value ; flag = true; } else { chkValues += "," + this.value } } }); if(chkValues.length > 0) { $.post( "/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/addThisSession/location_id/"+location_id+"/event_session_id/"+event_session_id+"/location_schedule_id/"+location_schedule_id+"/attendee_id/0?my_agenda_favorites=Agenda&locale=en_US&AEID=&csrfToken=&page_type="+pageType+"&page_source="+page_source+"&osid="+osid+"&olsid="+olsid, {'batchIDs':chkValues}, function(responseText2){ $("#status_"+event_session_id+"_"+location_schedule_id).html(responseText2); $("#statusA_"+event_session_id+"_"+location_schedule_id).html(responseText2); $("#NEQReserve_dialog_s").html(''); $("#reserve_dialog_NEQ_s").dialog('close'); $("#reserve_content").dialog('close'); $("#Reserve_dialog").html(''); jQuery("#list_sessions").jqGrid('setGridParam', { gridComplete: function() { setTimeout(function() { if (page_source=='additional') { $("#list_sessions").expandSubGridRow(osid + "_" + olsid); } else { $("#list_sessions").expandSubGridRow(event_session_id + "_" + location_schedule_id); } }, 500); } }).trigger('reloadGrid'); } ); } else { //alert('Please select one item or more to submit!'); alert('Please select one item or more to submit!'); } } function addThisSession(pageType, event_session_id, location_schedule_id, location_id, HOSFlag, page_source, osid, olsid, additional_button_css) { var additional_button_css = additional_button_css || ""; var wsURL = ""; alert('Please login first!'); } function removeThisSession(pageType, event_session_id, location_schedule_id, location_id, source, osid, olsid, additional_button_css) { var additional_button_css = additional_button_css || ""; var wsURL = ""; alert('Please login first!'); } function addWaitlist(event_session_id,location_schedule_id,location_id,source,page_source,osid,olsid) { alert('Please login first!'); } function removeWaitlist(event_session_id,location_schedule_id,location_id,page_source,osid,olsid) { alert('Please login first!'); } function reserveWorkshop(event_session_id, location_schedule_id, location_id, source, page_source, osid, olsid) { alert('Please login first!'); } function cancelWorkshop(event_session_id,location_schedule_id,location_id,page_source,osid,olsid) { alert('Please login first!'); } function confirmCancelWorkshop(event_session_id,location_schedule_id,location_id,page_source,osid,olsid) { alert('Please login first!'); } function speakerModal(speaker_id) { $.ajax({ url: '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/speaker/'+speaker_id+'/location/283?my_agenda_favorites=Agenda&attendee_id=0&display_schedule=1&display_location=1&locale=en_US&AEID=', async: true, success: function(data) { $( "#speaker_modal" ).html(data); $( "#speaker_modal" ).dialog( { width: 800, resizable: false, modal: true, create: function( event, ui ) { $(this).dialog( "option", "title", 'Speaker Information'); }, open: function( event, ui ) { var top = Math.max($(window).height() / 2 - $(this)[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - $(this)[0].offsetWidth / 2, 0); $(this).parent().css('top', top + "px"); $(this).parent().css('left', left + "px"); $(this).parent().css('position', 'fixed'); }, close: function( event, ui ) { try { addthis_close(); } catch(err) {}; $(this).dialog('destroy'); } } ); } }); } function newFilterDownload() { var filters = '{"groupOp" : "AND", "rules" : ['; if ($("#tag_5167").length) { var thisValue = $("#tag_5167").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5167", "data": "' + thisValue + '","op": "query"},'; } } if ($("#Day").length) { var thisValue = $("#Day").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "Day", "data": "' + thisValue + '","op": "query"},'; } } if ($("#Time").length) { var thisValue = $("#Time").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "Time", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5157").length) { var thisValue = $("#tag_5157").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5157", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5174").length) { var thisValue = $("#tag_5174").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5174", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5173").length) { var thisValue = $("#tag_5173").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5173", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5178").length) { var thisValue = $("#tag_5178").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5178", "data": "' + thisValue + '","op": "query"},'; } } if ($("#tag_5182").length) { var thisValue = $("#tag_5182").multiselect("getChecked").map(function() { return this.value; }).get().toString(); if (thisValue != '') { filters = filters + '{"field": "tag_5182", "data": "' + thisValue + '","op": "query"},'; } } filters = filters + '{"field": "other_0", "data": "other_0:0", "op": "query"}]}'; var keyword = $('#keywordSessionSearch').val(); location.href = "/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/sessions/location/283?source=downloadByFilters&display_schedule=1&display_location=1&relationship=&jobRoles=&locale=en_US&AEID=&keyword=" + encodeURIComponent(keyword) + "&filters="+ filters; } function share_filter() { $('#hiddenKeyWord').val($('#keywordSessionSearch').val()); var thisAjaxURL = "/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/shareFilter/location/283/attendee_id/0?locale=en_US&AEID="; $.post(thisAjaxURL, $("#formFitlers").serialize(), function(data) { var unique_dialog_id = 'agenda-share-dialog-' + Math.floor(Math.random() * 1000000) $( ".agenda-share-dialog" ).attr("id", unique_dialog_id); $( ".agenda-share-dialog" ).html(data); $( ".agenda-share-dialog" ).dialog( { width: 500, height: 300, modal: true, create: function( event, ui ) { var title = $( this ).find('input[name="ab_location_name"]').val(); $(this).dialog( "option", "title", title); }, open: function( event, ui ) { var top = Math.max($(window).height() / 2 - $(this)[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - $(this)[0].offsetWidth / 2, 0); $(this).parent().css('top', top + "px"); $(this).parent().css('left', left + "px"); $(this).parent().css('position', 'fixed'); $(this).parent().focus(function(event) { $(this).parent().find('textarea').select(); try { addthis_close(); } catch(err) {}; }); $(this).parent().find('textarea').focus(function(event) { $(this).parent().find('textarea').select(); }); }, close: function( event, ui ) { try { addthis_close(); } catch(err) {}; //$(this).dialog('close'); $(this).dialog('destroy'); } }); }); }; function addThisSpeaker(pageType,speaker_id,other,location_id) { alert('Please login first!'); } function removeThisSpeaker(pageType,speaker_id,other,location_id) { alert('Please login first!'); } function shareTheseSessions(obj) { var filters = 'other_0:0'; var thisValue = $("#tag_5167").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#Day").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#Time").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#tag_5157").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#tag_5174").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#tag_5173").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#tag_5178").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var thisValue = $("#tag_5182").multiselect("getChecked").map(function(){ return this.value;}).get().toString(); if (thisValue != ''){ filters = filters +','+ thisValue; } var keyword = $('#keywordSessionSearch').val(); var thisURL = "/SAPSapphire2022/Zurich/agb/go/agendabuilder.sessions/?l=283&locale=en_US&AEID=&kw=" + keyword + "&selectedFilters="+ filters; addthis_open(obj, '', thisURL, 'SAP Sapphire 2022'); } function clearAllFilters() { $("#keywordSessionSearch").val(""); $('input:radio').removeAttr('checked'); $('input:checkbox').removeAttr('checked'); $("option:selected").removeAttr("selected"); $('input:checkbox').removeAttr('checked'); $('input:radio[name="byEvent"]').filter('[value="all"]').attr('checked', true); //agendaGridReload(); setTimeout('agendaGridReload()',1000); //$('#session-filter-clear').hide(); $('#filtered-download-button').hide(); $('#filtered-share-download-button').hide(); $("#filtered-share-all-button").show(); $("#filtered-download-all-button").show(); $("#ab_languages_283").val('en_US'); }; function gets3url(collateral_id) { var thisAjaxURL = "/SAPSapphire2022/Zurich/agb/index.cfm/eventSessionService/s3url/collateral/" + collateral_id; $.get(thisAjaxURL, function(data) { window.location=data; }); } function getsaves3url(iregid,event_id,location_id,sid,schid,collateral_id) { var thisAjaxURL = "/SAPSapphire2022/Zurich/agb/index.cfm/eventSessionService/savepresentationdl" $.post(thisAjaxURL, { iregid: iregid, event_id: event_id, location_id:location_id, event_session_id:sid, location_schedule_id:schid, action_content_int:collateral_id, remote_address:"129.213.52.114" }); var thisAjaxURL = "/SAPSapphire2022/Zurich/agb/index.cfm/eventSessionService/s3url/collateral/" + collateral_id; $.get(thisAjaxURL, function(data) { window.location=data; }); } function showSessionsSubTab(tab_id_show,tab_id_hide) { $('#a_'+tab_id_hide).removeClass('active'); $('#a_'+tab_id_show).addClass('active'); $('#'+tab_id_show).show(); $('#'+tab_id_hide).hide(); if (tab_id_show=='subtab_sessions') { showInstruction('sessions_Agenda'); agendaGridReload(); } else { showInstruction('sessionchanges'); $("#schedule_changes_info_div").html('Agenda for 2022 SAPPHIRE NOW (1)'); $.post( '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/sessionchanges/location/283?default_date_time=2019-04-30 &locale=en_US&AEID=', $("#formFilter").serialize(), function(responseText) { $("#schedule_changes_info_div").html(responseText); } ); } } function scheduleSearch() { $("#schedule_changes_info_div").html('Agenda for 2022 SAPPHIRE NOW (2)'); $.post( '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/sessionchanges/location/283?locale=en_US&AEID=', $("#formFilter").serialize(), function(responseText) { $("#schedule_changes_info_div").html(responseText); } ); } function share_one_session(comb_id) { $.ajax({ url: '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/shareOneItem/location/283/itemID/' + comb_id + '/source/session?locale=en_US&AEID=', async: true, success: function(data) { var unique_dialog_id = 'agenda-share-dialog-' + Math.floor(Math.random() * 1000000) $( ".agenda-share-dialog" ).attr("id", unique_dialog_id); $( ".agenda-share-dialog" ).html(data); $( ".agenda-share-dialog" ).dialog( { width: 500, height: 300, modal: true, create: function( event, ui ) { var title = $( this ).find('input[name="ab_location_name"]').val(); $(this).dialog( "option", "title", title); }, open: function( event, ui ) { var top = Math.max($(window).height() / 2 - $(this)[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - $(this)[0].offsetWidth / 2, 0); $(this).parent().css('top', top + "px"); $(this).parent().css('left', left + "px"); $(this).parent().css('position', 'fixed'); $(this).parent().focus(function(event) { $(this).parent().find('textarea').select(); try { addthis_close(); } catch(err) {}; }); $(this).parent().find('textarea').focus(function(event) { $(this).parent().find('textarea').select(); }); }, close: function( event, ui ) { try { addthis_close(); } catch(err) {}; $(this).dialog('destroy'); } }); } }); } function share_one_speaker(speaker_id) { $.ajax({ url: '/SAPSapphire2022/Zurich/agb/index.cfm/agendabuilderEventService/shareOneItem/location/283/itemID/' + speaker_id + '/source/speaker?locale=en_US&AEID=', async: true, success: function(data) { var unique_dialog_id = 'agenda-share-dialog-' + Math.floor(Math.random() * 1000000) $( ".agenda-share-dialog" ).attr("id", unique_dialog_id); $( ".agenda-share-dialog" ).html(data); $( ".agenda-share-dialog" ).dialog( { width: 500, height: 300, modal: true, create: function( event, ui ) { var title = $( this ).find('input[name="ab_location_name"]').val(); $(this).dialog( "option", "title", title); }, open: function( event, ui ) { var top = Math.max($(window).height() / 2 - $(this)[0].offsetHeight / 2, 0); var left = Math.max($(window).width() / 2 - $(this)[0].offsetWidth / 2, 0); //closing the speaker modal dialog because this dialog is from the speaker dialog $( "#speaker_modal" ).dialog('close'); $(this).parent().css('top', top + "px"); $(this).parent().css('left', left + "px"); $(this).parent().css('position', 'fixed'); $(this).parent().focus(function(event) { $(this).parent().find('textarea').select(); try { addthis_close(); } catch(err) {}; }); $(this).parent().find('textarea').focus(function(event) { $(this).parent().find('textarea').select(); }); }, close: function( event, ui ) { try { addthis_close(); } catch(err) {}; //$(this).dialog('close'); $(this).dialog('destroy'); } }); } }); } function ToNTracking(action, category, categoryValue, subCategory, subCategoryValue) { try { $tn_track('trackSelfDescribingEvent', { schema: 'iglu:com.turnoutnow/sapphirenow/jsonschema/1-0-0', data: { action: action, category: category, categoryValue: categoryValue, subCategory: subCategory, subCategoryValue: subCategoryValue } }); } catch (err) {} }

Recurring Session

In My Schedule

Filters:

Agenda for 2022 SAPPHIRE NOW (2024)

References

Top Articles
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 5536

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.