var selectedAccountNumber;var selectedShipToNumber;$(document).ready(function(){if($('.SearchAccountDialog').length>0){InitializeAccountSearchOverlay({ApplySearchResultCall:function f(data){var accountNum=data.SoldTo;var accountDescription=data.Description;var shipToNumber=data.ShipTo;ResetAccountSearchDialog();ClosingFlag=false;$('.SearchAccountDialog').eBusinessLayover('close');CheckIfIScanFrameAvailable();selectedAccountNumber=accountNum;selectedShipToNumber=shipToNumber;CompleteInternalUserAccountSelection(accountNum,shipToNumber,accountDescription);},SearchHandlerUrl:_AccountSearchOverlay,GetRowDetailURL:_AccountSearchOverlayRowDetail,ColumnDefinitions:[{"bVisible":true,"sWidth":"2%","bSortable":false,"aTargets":[0],"sClass":"collapsed"},{"bVisible":true,"sWidth":"12%","bSortable":false,"aTargets":[1]},{"bVisible":true,"sWidth":"12%","bSortable":false,"aTargets":[2]},{"bVisible":true,"sWidth":"18%","bSortable":false,"aTargets":[3]},{"bVisible":true,"sWidth":"58%","bSortable":false,"aTargets":[4]}]});$('.SearchAccountDialog').bind("layoverCancel ",function(event){if(event.target==this){if($('#internalUserSoldToSelection').length==0){LogOut();if($("#login-area").lenght!=0) LoginChanged("#login-area");}}});} $('#changeSoldTo').bind('click',function f(){$('.SearchAccountDialog').eBusinessLayover('open');CheckIfIScanFrameAvailable();return false;});if(window.name=="LandingPage"&&$('#user-identifier-zone').length>0){if($('#externalUserSoldToSelection').length==0&&$('#internalUserSoldToSelection').length==0){$('.SearchAccountDialog').eBusinessLayover('open');}} $("#InternalUserSoldToConfirmDialog").eBusinessLayover({modal:"true",position:{"top":"30%","left":"30%"},Downbuttons:{"InternalUserChangeSoldToCancel":"","InternalUserChangeSoldToOk":""}});$('#InternalUserSoldToConfirmDialog').closest('.layover').find('#InternalUserChangeSoldToOk').eBusinessButton();$('#InternalUserSoldToConfirmDialog').closest('.layover').find('#InternalUserChangeSoldToCancel').eBusinessButton();$('#InternalUserSoldToConfirmDialog').closest('.layover').find('#InternalUserChangeSoldToOk').click(function(){CompleteAccountSelection(selectedAccountNumber,selectedShipToNumber);});$('#InternalUserSoldToConfirmDialog').closest('.layover').find('#InternalUserChangeSoldToCancel').click(function(){$('#InternalUserSoldToConfirmDialog').eBusinessLayover('close');CheckIfIScanFrameAvailable();if($('#internalUserSoldToSelection').length==0){$('.SearchAccountDialog').eBusinessLayover('open');}});$('#InternalUserSoldToConfirmDialog').unbind('layoverCancel');$('#InternalUserSoldToConfirmDialog').bind('layoverCancel',function f(){CheckIfIScanFrameAvailable();});});