<!-- saved from url=(0045)https://www-pdmprd.cisco.com/Agile/PCMServlet -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by F12 developer tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><LINK title=GridStyle rel=Stylesheet href="/Agile/includes/grid/agile.css?_tgc=59359787"><TITLE>Run Manufacturer BOM Report -</TITLE><!-- The X-UA-compatible header must appear in the header before all other elements,
except for the title element and other meta elements -->
****** content="Mon, 26 Jul 1997 05:00:00 GMT" http-equiv=expires>
****** content=no-cache http-equiv=Cache-Control>
****** content=no-store http-equiv=Cache-Control>
****** content=max-age=0 http-equiv=Cache-Control>
****** content=must-revalidate http-equiv=Cache-Control>
****** content="post-check=0, pre-check=0" http-equiv=Cache-Control>
****** content=no-cache http-equiv=pragma>
****** content=IE=EmulateIE7 http-equiv=X-UA-Compatible>
****** name=upk-namespace content=agile;9.3.1;en-US>
********>
var usragt = navigator.userAgent.toLowerCase();
*********>
******** ******************** src="/Agile/static/9b83356d4258724fd7cd1bb61a2649f2en_US/default/includes/ScriptMessages.jsp">*********>
<LINK rel=stylesheet type=text/css href="/Agile/static/daf7587c1302904148cac02b56bc3661/release/agile.css" media=screen>
********>
var AgilePopupLoadingImg = 'https://www-pdmprd.cisco.com/Agile/static/71d359b0fa6667457cda0d22ddf29475/images/page_loader.gif';
var THEMED_CONTROL_HILITE_COLOR = "";
*********>
********>
var intStartDayOffset = 0;
//Cancelled Warning option code
var WARN_CANCELLED = 1060;
var strAM = "AM"; // set JavaScript global vars for use in calendarControl
var strPM = "PM";
var FULL_MONTH_NAMES = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var MONTH_NAMES = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
// Array of months for Month dropdown
var msNames = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
// Array of days of the week for display on calander header row
/*var msDOW = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"];*/
var msDOW = [];
var fsDOW = [];
msDOW[0] = "Sun"
fsDOW[0] = "Sunday"
msDOW[1] = "Mon"
fsDOW[1] = "Monday"
msDOW[2] = "Tue"
fsDOW[2] = "Tuesday"
msDOW[3] = "Wed"
fsDOW[3] = "Wednesday"
msDOW[4] = "Thu"
fsDOW[4] = "Thursday"
msDOW[5] = "Fri"
fsDOW[5] = "Friday"
msDOW[6] = "Sat"
fsDOW[6] = "Saturday"
//Calendar tooltip
var strCalToolTip = "Launch Calendar (Ctrl+L)";
//Month/Year anchor tooltips
var strNextMonth = "Next Month";
var strNextYear = "Next Year";
var strPrevMonth = "Previous Month";
var strPrevYear = "Previous Year";
*********>
<LINK rel=stylesheet type=text/css href="/Agile/static/115a9a50d801a8cf58f3a353e69cbaa8/css/wizard.php.css"><LINK rel=stylesheet type=text/css href="/Agile/static/ddb24acc57c8937527568ee84b32bfb7/css/tooltip.css">
********> var SearchFormName = 'MainForm'; *********>
******** type=text/javascript src="/Agile/static/32c0515298c354a080c8eca1724d96b5/release/core-ext-min.js">*********>
******** type=text/javascript src="/Agile/static/6bd218f24049fdf01183e52cc1509c6b/release/core-agile-min.js">*********>
******** type=text/javascript src="/Agile/static/a8915b25f999044d2c7f63ec0bcdf7b2/release/agile-keylistener-min.js">*********>
******** type=text/javascript src="/Agile/static/c63267a58d17f402bd82abf885407492/release/agile-framework-min.js">*********>
******** type=text/javascript src="/Agile/static/caf816226eb766522efe749bf4a6df9a/release/agile-controls-min.js">*********>
******** type=text/javascript src="/Agile/static/899bc5b365a3d6f83149172c45690ef2/release/misc-min.js">*********>
******** type=text/javascript src="/Agile/static/34b3385f6f6e5e9ecc98e222065c9069/release/agile-table-min.js">*********>
<!-- #########################################################################################
COQSOFT TreeGrid JS files. These files are included in these order for debugging purpose.
######################################################################################### -->
******** src="/Agile/static/172a56c9800d396cefabceb76cf76e57/includes/action_dialogs_common.js">*********>
******** src="/Agile/static/7cf690da3ae59f6e08df9c131569a1b0/includes/wizard.php.js">*********>
******** ********************>
var do******Actions;
function changeDefaultSiteValues()
{
var defaultSites = eval('document.MainForm.' + 'R1_12234_0');
var selectedDefaultSite="";
var blankFlag="true";
if(defaultSites)
{
var selInd = defaultSites.options.selectedIndex;
if(selInd != -1) {
selectedDefaultSite = defaultSites.options[selInd].value;
}
}
var sites = eval('document.MainForm.' + 'R1_12233_0');
if(defaultSites && sites) {
var optionsLength = defaultSites.options.length;
for( i = optionsLength-1; i >=0 ; i-- ){
defaultSites.options[i]=null;
}
var sitesValue = sites.value;
if(sitesValue.length>0) {
var siteArr = sitesValue.split(";");
for(var i=0;i<siteArr.length;i++) {
var siteIdValueAtt = siteArr[i].split("=");
// defaultSites.options.add doesnt work for Safari. so using options[i]=new() instead.
defaultSites.options[defaultSites.length] = new Option(siteIdValueAtt[0], siteIdValueAtt[1]);
if(selectedDefaultSite == siteIdValueAtt[1])
{
blankFlag="false";
defaultSites.options[i].selected=true;
} else if(blankFlag=="true" && i == (siteArr.length-1) )
{
defaultSites.options[siteArr.length-1].selected=true;
}
}
}
}
}
function doRightPane******Actions(){
changeDefaultSiteValues();
//if (opener) {
// opener.blockEvents();
//}
if (typeof(do******Actions) != undefined && do******Actions != null){
do******Actions(); // do******Actions() function may be placed on individual pages if page specific ****** actions reqd.
}
YAHOO.util.Event.addListener(document, "keydown", AGILE.util.onKeyDown);
}
function getCookieWizardId() {
var wizardIdObj = document.getElementById('wizardId');
var wizardIdStr = 'wizardId';
if (wizardIdObj) {
wizardIdStr = wizardIdStr + wizardIdObj.value;
} // if
return wizardIdStr;
} // fn
function doResizePopUp()
{
saveWindowSize("CreateWizard");
saveWindowSize("2003topCreatePopupSize");
}
/**
* Dereference this window from its parent list of child windows and also close all
* its child windows upon unload.
*/
function wizardUnLoadActions() {
if(AGILE.util.isValidWindowUnload()) {
AGILE.WindowManager.closeChildWindows();
opener.AGILE.WindowManager.dereference(window.name);
}
// This check is added b'cos the pages in which the SelectControl
// is not available the corresponding JS will not be included.
if(AGILE.util.SelectControlManager) {
AGILE.util.SelectControlManager.destroyAllControls();
}
}
window.onresize = doResizePopUp;
var processingImage = '/Agile/static/4aaf776fd520db82f02660e6f28f91a2/images/table_loading.gif';
*********>
</HEAD>
<BODY class="action_dialog wizard ew" ******=doRightPane******Actions() onunload=wizardUnLoadActions(); jQuery1418246626757="2">
<DIV style="DISPLAY: none"></DIV>
<DIV style="HEIGHT: 0px; POSITION: absolute; LEFT: 500px; TOP: 0px; VISIBILITY: hidden; WIDTH: 0px"></DIV>
********>isPageLoading=true;*********>
<FORM onsubmit="return false;" method=post name=MainForm action=PCMServlet><!-- Begin Form Standard Attributes --><INPUT id=module size=8 type=hidden value=PCReportWizardHandler name=module jQuery1418246626757="3"> <INPUT id=opcode size=8 type=hidden value=goToStep name=opcode jQuery1418246626757="4"> <INPUT id=defaultAction size=8 type=hidden name=defaultAction jQuery1418246626757="5"> <INPUT id=addlParam size=8 type=hidden value=objid=122&classid=8010 name=addlParam jQuery1418246626757="6"> <INPUT id=actionContextParam size=8 type=hidden name=actionContextParam jQuery1418246626757="7"> <INPUT id=popup size=8 type=hidden value=true name=popup jQuery1418246626757="8"> <INPUT id=objver size=8 type=hidden value=280 name=objver jQuery1418246626757="9"> <INPUT id=objid size=8 type=hidden value=122 name=objid jQuery1418246626757="10"> <INPUT id=objectname size=8 type=hidden value="Manufacturer BOM Report" name=objectname jQuery1418246626757="11"> <INPUT id=classid size=8 type=hidden value=8010 name=classid jQuery1418246626757="12"> <INPUT id=subclsid size=8 type=hidden value=8040 name=subclsid jQuery1418246626757="13"> <INPUT id=tabid size=8 type=hidden value=0 name=tabid jQuery1418246626757="14"> <INPUT id=viewid size=8 type=hidden name=viewid jQuery1418246626757="15"> <INPUT id=displayMode size=8 type=hidden value=2 name=displayMode jQuery1418246626757="16"> <INPUT id=refresh size=8 type=hidden value=false name=refresh jQuery1418246626757="17"> <INPUT id=pgWarnID size=8 type=hidden name=pgWarnID jQuery1418246626757="18"> <INPUT id=pgWarnCode size=8 type=hidden name=pgWarnCode jQuery1418246626757="19"> <INPUT id=warningString size=8 type=hidden name=warningString jQuery1418246626757="20"> <INPUT id=fullrev size=8 type=hidden name=fullrev jQuery1418246626757="21"> <INPUT id=process_actionId size=8 type=hidden name=process_actionId jQuery1418246626757="22"> <INPUT id=pageName size=8 type=hidden name=pageName jQuery1418246626757="23"> <INPUT id=formChanged size=8 type=hidden value=0 name=formChanged jQuery1418246626757="24"> <INPUT id=currentToken size=8 type=hidden name=currentToken jQuery1418246626757="25"> <INPUT id=isTokenRequired size=8 type=hidden value=false name=isTokenRequired jQuery1418246626757="26"> <INPUT id=ContextName size=8 type=hidden value="Manufacturer BOM Report" name=ContextName jQuery1418246626757="27"> <INPUT id=ContextType size=8 type=hidden value="Standard Report" name=ContextType jQuery1418246626757="28"> <INPUT id=DefaultBookmarkName size=8 type=hidden value="Manufacturer BOM Report : Runs the BOM Explosion report and shows the manufacturers that are used for each item in the bill of material." name=DefaultBookmarkName jQuery1418246626757="29"> <INPUT id=helpID size=8 type=hidden value=MSG_REPORT_SELECT_ITEMS_FOR_REPORT name=helpID jQuery1418246626757="30"> <INPUT id=tableIds size=8 type=hidden value=0,5,6 name=tableIds jQuery1418246626757="31"> <INPUT id=showTips size=8 type=hidden name=showTips jQuery1418246626757="32"> <INPUT id=refreshFromDB size=8 type=hidden name=refreshFromDB jQuery1418246626757="33"> <INPUT id=recycle_qry_Id size=8 type=hidden name=recycle_qry_Id jQuery1418246626757="34"> <INPUT id=isPageDirty size=8 type=hidden name=isPageDirty jQuery1418246626757="35"> <INPUT id=currentPaginationTableId size=8 type=hidden value=-1 name=currentPaginationTableId jQuery1418246626757="36"> <INPUT id=subTabId size=8 type=hidden name=subTabId jQuery1418246626757="37"> <INPUT id=PREVIEW_KEY size=8 type=hidden name=PREVIEW_KEY jQuery1418246626757="38"> <INPUT id=PREVIEW_PARENT_KEY size=8 type=hidden name=PREVIEW_PARENT_KEY jQuery1418246626757="39"> <INPUT id=PREVIEW_REFRESH size=8 type=hidden name=PREVIEW_REFRESH jQuery1418246626757="40"> <INPUT id=contentTabView size=8 type=hidden name=contentTabView jQuery1418246626757="41"> <INPUT id=contentTabIncludeAll size=8 type=hidden name=contentTabIncludeAll jQuery1418246626757="42"> <INPUT id=whereUsedTabDisplayAllVersions size=8 type=hidden name=whereUsedTabDisplayAllVersions jQuery1418246626757="43"> <INPUT id=cgToItemRevObjId size=8 type=hidden name=cgToItemRevObjId jQuery1418246626757="44"> <INPUT id=cgToItemRevClassId size=8 type=hidden name=cgToItemRevClassId jQuery1418246626757="45"> <INPUT id=cgToItemRevSiteId size=8 type=hidden name=cgToItemRevSiteId jQuery1418246626757="46"> <INPUT id=preItemRevObjId size=8 type=hidden name=preItemRevObjId jQuery1418246626757="47"> <INPUT id=preItemRevClassId size=8 type=hidden name=preItemRevClassId jQuery1418246626757="48"> <INPUT id=preItemRevSiteId size=8 type=hidden name=preItemRevSiteId jQuery1418246626757="49"> <INPUT id=searchFilterType size=8 type=hidden name=searchFilterType jQuery1418246626757="50"> <INPUT id=checkoutLocation size=8 type=hidden name=checkoutLocation jQuery1418246626757="51"> <INPUT id=boFileId size=8 type=hidden name=boFileId jQuery1418246626757="52"> <INPUT id=fileRowIds size=8 type=hidden name=fileRowIds jQuery1418246626757="53"> <INPUT id=fileIds size=8 type=hidden name=fileIds jQuery1418246626757="54"> <INPUT id=fileNames size=8 type=hidden name=fileNames jQuery1418246626757="55"> <INPUT id=fileSizes size=8 type=hidden name=fileSizes jQuery1418246626757="56"> <INPUT id=asLatest size=8 type=hidden name=asLatest jQuery1418246626757="57"> <INPUT id=asAllFiles size=8 type=hidden name=asAllFiles jQuery1418246626757="58"> <INPUT id=selectedRevisionName size=8 type=hidden name=selectedRevisionName jQuery1418246626757="59"> <INPUT id=selectedKeys size=8 type=hidden name=selectedKeys jQuery1418246626757="60"> <INPUT id=fulltabledisplay size=8 type=hidden name=fulltabledisplay jQuery1418246626757="61"> <INPUT id=fullgridtableid size=8 type=hidden name=fullgridtableid jQuery1418246626757="62"> <INPUT id=refreshObjectTables size=8 type=hidden name=refreshObjectTables jQuery1418246626757="63"> <INPUT id=iv size=8 type=hidden name=iv jQuery1418246626757="64"> <!-- End Form Standard Attributes --><INPUT id=Grid_Defaults type=hidden value="<?xml version="1.0" encoding="UTF-8"?>
<Grid>
<!-- Basic grid configuration -->
<Cfg DefaultsVersion="60024" Code="GTGCSMUAQAHPPC" Version="0" SuppressCfg="1" SuppressMessage="1" Editing="1" Adding="1" Deleting="1" ShowDeleted="0" Selecting="1" Pasting="1" Copying="1" Dragging="1" Dropping="1" ShowDrag="1" DragObject="1" ExpandOnDrag="1" ScrollOnDrag="1" ColResizing="1" ColMoving="0" Sorting="1" Sorted="1" AutoSort="0" SortIcons="0" MaxSortColumns="3" Grouping="1" Grouped="1" MaxGroupLength="300" Filtering="0" Filtered="1" Searching="0" Searched="1" Calculated="0" Paging="3" PageLength="20" PageLengthDiv="1" AllPages="1" PageTime="500" ChildPaging="3" RemoveCollapsed="0" ChildPages="1" ChildPageLength="30" ChildPageMin="0" PageUrlPrefix="" PageUrlPostfix="" LastId="" IdSeparator="$" IdPrefix="Z" IdPostfix="" IdChars="123456789" AutoUpdate="0" ReloadChanged="5" CacheTimeout="10" ExportType="2" ExportRows="0" PrintType="496" PrintRows="10" ExpandAllType="1" FocusWholeRow="0" Hover="0" HidePanel="0" HelpFile="Help.html" StoreOriginalValues="0" SynchroCount="100" MessageWidth="140" NoTreeLines="0" HideRootTree="0" TipStart="500" FastPanel="1" FastColumns="1" FastMerge="1" Style="GM" StyleLap="1" CSS="agile.css" CellSpacing="0" MovingColBorder="3" ZIndex="255" SelectingText="1" />
<!-- Keys and mouse actions -->
<Actions ***********Body="ColorHover,HoverRowCell" OnDragOverBody="ColorHover,HoverRowCell" ***********Fixed="ColorHover,HoverRowCell" OnDragOverFixed="ColorHover,HoverRowCell" ***********Header="ColorHover,HoverRow" OnDragOverHeader="ColorHover" ***********Panel="ColorHover,HoverRow,CursorPointer" OnDragOverPanel="ColorHover,HoverRow" ***********Space="ColorHover" OnDragOverSpace="ColorHover" OnDragOverNoFocus="ColorHover" ***********Button="ColorHover,CursorPointer" OnDragOverButton="ColorHover" ***********PagerPage="HoverPager" OnDragOverPagerPage="HoverPager" OnDragOverCell="CursorDragType" ***********HeaderLeft="CursorResize" ***********HeaderRight="CursorResize" ***********PagerHeaderRight="CursorResize" ***********Side="CursorPointer" ***********PanelMove="CursorMove" ***********HeaderMove="CursorMove" ***********PanelOff="CursorDefault" ***********HeaderOff="CursorDefault" ***********SpaceOff="CursorDefault" ***********Editable="CursorText" ***********EditBool="CursorPointer" ***********EditEnum="CursorPointer" ***********Sort="CursorPointer" ***********SortUp="CursorPointer" ***********SortDown="CursorPointer" ***********Expand="CursorPointer" ***********Tree="CursorDefault" ***********EditRadio="CursorPointer" ***********NoFocus="CursorDefault" ***********ReadOnly="CursorDefault" ***********Nothing="CursorDefault" ***********Resize="CursorResizeGrid" ***********ButtonResize="CursorResizeGrid" *******Cell="Focus AND StartEdit+ShowDetail" *******NoFocus="FocusRow AND ShowDetail" OnRightClickCell="ShowPopupMenu" OnCtrlClickCell="SelectCell OR DeselectCell OR SelectRow OR DeselectRow,1" OnShiftClickCell="InvertCellRangeFirst OR InvertRowRangeFirst,1" *******Sort="SortAsc OR SortDesc" *******SortUp="SortAsc" *******SortDown="SortDesc" OnCtrlClickSort="NoSort" OnCtrlClickSortUp="NoSort" OnCtrlClickSortDown="NoSort" *******ButtonSave="Validate AND Save" *******ButtonReload="Reload" *******ButtonRepaint="Repaint" *******ButtonCalc="CalcOn OR CalcOff" *******ButtonSort="SortOn OR SortOff" *******ButtonPrint="Print" *******ButtonExport="Export" *******ButtonExpandAll="ExpandAllLoaded" *******ButtonCollapseAll="CollapseAll" *******ButtonAdd="CopyMenuF OR AddRowF OR AddRowEnd" *******ButtonAddChild="CopyMenuF OR AddChildEndF" *******ButtonCfg="ShowCfg" *******ButtonColumns="ShowColumns" *******ButtonHelp="ShowHelp" *******ButtonDebug="ShowDebug" OnDblClickResize="GridResizeDefault" OnDblClickButtonResize="GridResizeDefault" *******SideDefaults="Focus,ShowDefaults" *******SideDate="Focus,ShowCalendar" *******SideFilter="Focus,ShowFilterMenu" *******Expand="Focus,Expand OR Collapse" *******PanelSelect="SelectRow OR DeselectRow" *******PanelDelete="DeleteRow OR UndeleteRow" *******PanelCopy="CopyMenu" *******SideImg="Butt*******" *******SideButton="Butt*******" *******SideHtml="Butt*******" *******PanelGrouped="GroupOn OR GroupOff" *******PanelFiltered="FilterOn OR FilterOff" *******PanelSearched="SearchOn OR SearchOff" *******HeaderSelect="DeselectAll OR SelectAll" OnCtrlClickHeaderSelect="InvertAll" *******HeaderDelete="UndeleteSelected OR DeleteSelected" *******EditBool="Focus,ChangeBool" *******EditRadio="Focus,ChangeRadio" *******Link="Focus,ShowLink" *******Outside="Blur" *******PagerPage="ShowPage" OnDragHeaderLeft="ColResize" OnDragHeaderRight="ColResize" OnDragPagerHeaderRight="ColResize" OnDragHeader="ColMove" OnDragDropCol="DropColMove" OnDragPanelMove="DragRow" OnDragPanelSelect="InvertOddRows" OnDragRow="DragSelected OR DragRow" OnDragResize="GridResize" OnDragButtonResize="GridResize" OnCtrlDragRow="InvertCellsFirst OR InvertRowsFirst" xxx***********Gantt="HoverGantt" OnDragGantt="DragGantt" OnCtrlClickGantt="DeleteGanttFlag OR DeleteGanttFlow OR DeleteGanttMain AND DeleteGanttDependencies OR DeleteGanttDependency" OnDblClickGantt="EditGanttFlag OR EditGanttResource OR EditGanttDependencyLag OR NewGanttMilestone OR NewGanttFlag" OnCtrlRightClickGantt="SetGanttPercent" OnRightClickGantt="GanttMenu" OnCtrlEnter="ExpandF OR CollapseF" OnEnter="ChangeBoolF OR ChangeRadioRightF OR StartEdit OR ShowLinkF" OnF2="StartEdit" OnTab="TabRight,1" OnShiftTab="TabLeft,1" OnUp="GoUp,1" OnDown="GoDown,1" OnLeft="GoLeft,1" OnRight="GoRight,1" OnHome="GoFirst,1" OnEnd="GoLast,1" OnPageUp="PageUp,1" OnPageDown="PageDown,1" OnTabEnum="TabRightEdit AND StartEdit,1" OnShiftTabEnum="TabLeftEdit AND StartEdit,1" OnTabEdit="TabRightEdit AND StartEdit,1" OnShiftTabEdit="TabLeftEdit AND StartEdit,1" OnUpEdit="GoUpEdit AND StartEdit,1" OnDownEdit="GoDownEdit AND StartEdit,1" OnLeftEdit="ChangeRadioLeft" OnRightEdit="ChangeRadioRight" OnEnterEdit="AcceptEdit" OnEscEdit="CancelEdit" OnCtrlEnterEdit="AcceptEdit" OnAltEnterEdit="AcceptEdit" OnSpaceEdit="ChangeBoolF" OnSpace="SelectRowF OR DeselectRowF" OnCtrlSpace="SelectAll OR DeselectAll" OnDel="DeleteRowF OR UndeleteRowF" OnCtrlDel="UndeleteSelected OR DeleteSelected" OnIns="AddRowF" OnCtrlIns="AddChildEndF" OnCtrlDown="ShowDefaultsF OR Butt*******F OR ShowCalendarF" OnCtrlZ="Undo" OnCtrlY="Redo" OnCtrlC="CCopySelected OR CCopyRow,0" OnCtrlX="ExcludeSelected OR ExcludeRow,0" OnCtrlV="PasteToSelected OR PasteToNewRow,0" KeyCodes1="Space=32,Enter=13,Esc=27,Backspace=8,Tab=9" KeyCodes2="Tilde=192,Minus=189,Equal=187,Backslash=220,LeftBracket=219,RightBracket=221" KeyCodes3="Semicolon=186,Apostrophe=222,Comma=188,Point=190,Slash=191" KeyCodes4="F1=112,F2=113,F3=114,F4=115,F5=116,F6=117,F7=118,F8=119,F9=120,F10=121,F11=122,F12=123" KeyCodes5="Ins=45,Del=46,Home=36,End=35,PageUp=33,PageDown=34,Up=38,Down=40,Left=37,Right=39,Pause=19" KeyCodes6="NumDivide=111,NumStar=106,NumMinus=109,NumPlus=107,NumPoint=110" KeyCodes7="Num0=96,Num1=97,Num2=98,Num3=99,Num4=100,Num5=101,Num6=102,Num7=103,Num8=104,Num9=105" KeyCodes8="CapsLock=20,ScrollLock=145,NumLock=144" EdgeSize="5" DragSize="5" ClickSize="5" />
<!-- Default rows and column -->
<Def>
<!-- Default row for all rows -->
<D Name="R" Kind="Data" CDef="R" CanEdit="1" CanDelete="1" CanSelect="1" CanDrag="1" CanFocus="1" CanFilter="1" AcceptChild="1" CanExpand="1" CanSort="1" CanCopy="1" CanGroup="1" CanExport="1" Deleted="0" Selected="0" Changed="0" Error="0" Added="0" Moved="0" Visible="1" Expanded="1" Calculated="0" Recalc="3" MaxChildren="10000" MaxChildrenDiff="20" />
<!-- Default row for fixed rows -->
<D Name="Fixed" Def="R" CanDelete="0" CanSelect="0" CanDrag="0" CanFilter="0" CanCopy="0" AcceptChild="0" />
<!-- Default row for space rows -->
<D Name="Solid" Def="" Visible="1" CalcOrder="" CanDelete="0" CanSelect="0" CanDrag="0" CanFilter="0" CanCopy="0" AcceptChild="0" CanFocus="1" />
<!-- Default row created when grouping -->
<D Name="Group" Def="R" CanEdit="0" CanFilter="0" CanSearch="0" CanDrag="0" CanCopy="0" CanDelete="0" Expanded="0" Group="1" />
<!-- Default column -->
<D Name="C" Type="Text" Format="" EditFormat="" CanResize="1" CanMove="2" CanFilter="1" CanSort="1" CanHide="1" CanCopy="1" CanGroup="1" CanSearch="1" CanDrag="1" CanExport="1" SortType="0" WhiteChars=" " AutoWidth="1" WidthPad="20" ButtonPos="1" ShowHint="1" />
<D Name="Header" Def="" Visible="1" CanEdit="0" CanDrag="0" CanFocus="0" CanFilter="0" AcceptChild="0" CanCopy="1" CanExport="1" Deleted="0" Selected="0" Changed="0" Error="0" Added="0" Moved="0" Expanded="0" Calculated="0" />
</Def>
<!-- First Header row = column captions -->
<Header Kind="Header" Def="Header" id="Header" CanDrag="0" CanCopy="0" CanSelect="0" CanDelete="0" />
<!-- Root settings -->
<Root CDef="R" CanSort="1" AddParent="0" CanDelete="1" CanSelect="1" />
<!-- Row left panel -->
<Panel Visible="1" Move="0" Select="1" Delete="0" Copy="0" CanHide="1" CanResize="0" CanMove="0" CanDrag="1" CanExport="0" CanCopy="0" />
<!-- Right side pager -->
<Pager Visible="0" Caption="Pager" Width="100" MinWidth="10" CanResize="1" CanHide="1" />
<!-- Bottom toolbar -->
<Toolbar id="Toolbar" CanEdit="0" NoUpload="1" NoColorState="1" CanFocus="0" Space="4" Cells="Save,Reload,Repaint,Print,Export,Add,AddChild,Sort,Calc,ExpandAll,CollapseAll,Columns,Cfg,Help,Debug,StyleTitle,StyleStandard,StyleLight,StyleOffice,StyleModern,StyleBorders,StyleRobust,Empty,Formula,Resize" SaveType="Button" SaveVisibleFormula="(Grid.Data.Upload.Url || Grid.Data.Upload.Tag) && !Grid.Detail?1:0" ReloadType="Button" ReloadVisibleFormula="!Grid.Detail" RepaintType="Button" RepaintVisibleFormula="Grid.Paging&&Grid.AllPages" PrintType="Button" ExportType="Button" ExportVisibleFormula="!!Grid.Data.Export.Url" AddType="Button" AddVisibleFormula="Grid.Adding" AddCopyMenu="CopyRow,CopyTree,CopyEmpty,CopySelected,CopySelectedTree,CopySelectedEmpty,CopySelectedEnd,CopySelectedTreeEnd,CopySelectedEmptyEnd,AddRow,AddRowEnd" AddChildType="Button" AddChildVisibleFormula="Grid.Adding && !!Grid.MainCol" AddChildCopyMenu="CopySelectedChildEnd,CopySelectedTreeChildEnd,CopySelectedEmptyChildEnd,AddChildEnd" SortType="Button" SortVisibleFormula="Grid.Sorting" SortFormula="Grid.Sorted" CalcType="Button" ExpandAllType="Button" ExpandAllVisibleFormula="!!Grid.MainCol" CollapseAllType="Button" CollapseAllVisibleFormula="!!Grid.MainCol" ColumnsType="Button" CalcFormula="Grid.Calculated" CfgType="Button" HelpType="Button" DebugType="Button" DebugVisibleFormula="!!Grid.DebugFlags.length" StyleTitle="<span style='color:#999;'>Style:</span>" StyleTitleWidth="-1" StyleTitleType="Html" StyleTitleNoColor="1" StyleStandardType="Button" StyleStandardIcon="Standard" StyleStandardTab="1" StyleStandardWidth="-1" StyleStandardFormula="Grid.Style=='GS'" StyleStandardAction="Grid.SetStyle('GS',0,1)" StyleLightType="Button" StyleLightIcon="Light" StyleLightTab="1" StyleLightWidth="-1" StyleLightFormula="Grid.Style=='GL'" StyleLightAction="Grid.SetStyle('GL',0,1)" StyleOfficeType="Button" StyleOfficeIcon="Office" StyleOfficeTab="1" StyleOfficeWidth="-1" StyleOfficeFormula="Grid.Style=='GO'" StyleOfficeAction="Grid.SetStyle('GO',0,1)" StyleModernType="Button" StyleModernIcon="Modern" StyleModernTab="1" StyleModernWidth="-1" StyleModernFormula="Grid.Style=='GM'" StyleModernAction="Grid.SetStyle('GM',0,1)" StyleBordersType="Button" StyleBordersIcon="Borders" StyleBordersTab="1" StyleBordersWidth="-1" StyleBordersFormula="Grid.Style=='GB'" StyleBordersAction="Grid.SetStyle('GB',0,1)" StyleRobustType="Button" StyleRobustIcon="Robust" StyleRobustTab="1" StyleRobustWidth="-1" StyleRobustFormula="Grid.Style=='GR'" StyleRobustAction="Grid.SetStyle('GR',0,1)" EmptyRelWidth="1" EmptyNoColor="1" FormulaWidth="-1" FormulaNoColor="1" ResizeType="Button" ResizeVisibleFormula="!!Grid.ResizingMain" ResizeNoColor="1" Styles="1" Tag="" Visible="0" />
<!-- Configuration menu -->
<MenuCfg ShowDeleted="1" AutoSort="1" AutoUpdate="1" CheckUpdates="1" Separator1="1" MouseHover="1" ShowDrag="1" ShowPanel="1" ShowIcons="1" ShowPager="1" ShowAllPages="1" />
</Grid>
" name=Grid_Defaults jQuery1418246626757="65"> <INPUT id=Grid_Text type=hidden value="<?xml version="1.0" encoding="UTF-8"?>
<Grid>
<Cfg TextVersion="60024" />
<Lang>
<Alert ConfirmDel="Do you really want to delete" Row2="row" SelRows="selected rows" V2_3="" ErrXMLSupport="Browser does not support XML functions
Supported from IE 5.0+, Mozilla 1.0+, Opera 7.60+
In IE the Security option 'Run ActiveX controls and plug-ins' must be enabled" ErrXMLFormat="Bad input XML format" ErrBadUrl="Empty or bad data URL" ErrFormatReturn="Bad XML data was returned from server" ErrUpload="It is not certain that data have been uploaded correctly" SoapErr="Unknown SOAP error" V3_1="" CanReloadStart="This command " CanReloadChanges="updates all changes to server" CanCancelChanges="cancels all changes" And=" and " CanReloadSelect="clears all selection" CanReloadEnd="! Do you want to continue?" V3_2="" ErrTimeout="Cannot download data, timeout expired" AskTimeout="Cannot download data, server timeout !
Do you want to repeat request ?" UploadTimeout="Cannot upload data, timeout expired" AskUploadTimeout="Cannot upload data, server timeout !
Do you want to send data again ?" V3_3="" ErrPasteRange="Pasted range size [%d rows, %d columns] is not the same as selected area [%d,%d] !
Do you want to paste data anyway ?" PasteMore="Do you want to paste values to %d rows from actual row?" V3_5="" ErrDragSelected="These selected rows cannot be dragged together" ErrAddSelected1="There are selected rows, but they cannot be moved or copied together!" ErrAddSelected2="There are selected rows, but they cannot be moved or copied to the target row!" AddEmpty="Do you want to add a new empty row?" ErrHide="You cannot hide all variable columns!" ErrHideExt="Width of all fixed columns is too wide!" V4_0="" ErrResultMask="The input value is incorrect !" V4_2="" ErrTextReturn="Server returned plain text instead of XML!" ErrHtmlReturn="Server returned HTML instead of XML!" ErrEmptyReturn="Server response is empty!

Server must return XML with at least <Grid><IO Result='0'/></Grid>" ErrSetDebug="

 Set <treegrid ... Debug='1' ...> to see server response" ErrSeeDebug="

 Look at popup window or its source code to see server request and response" ErrPermitPopup="

 Permit popup windows to see server request and response" ErrPrintOpen="The print window could not be opened

 Permit popup windows to let print the grid" ErrPrint="The document was not successfully printed" ErrPageNoUrl="No Url set for page download!
(<treegrid Page_Url=''>" NoDebugInfo="

No information is provided due debugging level 0" V4_4_3="" ErrCheck="Synchronizing with server failed!
Do you want to temporary disable the checking for updates?" V4_7="" SearchHelp="Enter string to search for like in Google

individual keywords separate by space
phrases place into double quotes
variants separate by uppercase OR keyword
exceptions precede by "-" (minus)

Or enter expression to search by

specify columns caption to compare
use operators < <= > >= = <> ( ) + - * /
use AND OR keywords to join expressions
use special keywords STARTS ENDS CONTAINS
 for comparing strings (NOT to negate)
example: customer starts martin and date <= 1/1/2006" NotFound="Nothing found" SearchStart="Nothing found
Do you want to continue from beginning?" SearchError="The search expression is invalid !" V5_0_7="" ErrCellNoUrl="No Url set for cell download!
(<treegrid Cell_Url=''>" V5_1="" ErrAdd="Cannot add new row here!" V5_3="" Invalid="Invalid value" V5_6="" MenuOk="OK" MenuClear="Clear" DateOk="OK" DateClear="Clear" DateToday="Today" NoActivePage="" V5_9="" ErrGanttDep="Cannot connect dependency here" GanttFlagEdit="Enter text for the flag" GanttPercentEdit="Enter new completed status in percent" GanttResourceEdit="Enter the resource text" ErrGanttPercentEdit="Wrong input, the value must be in range 0 - 100" V6_0="" MenuAll="All on" StyleErr="Cannot load TreeGrid CSS style !" GanttDependencyLagEdit="Enter the lag for the dependency" />
<Text Save="Saving data ..." DelSelected="Deleting selected rows" ColWidth="Changing width of column" ColMove="Moving column" Sort="Sorting rows ..." SelectAll="Changing selection of all rows" ReRender="Repainting ..." DoFilter="Filtering rows ..." V2_3="" UpdateGrid="Updating view" ExpandAll="Expanding all rows" CollapseAll="Collapsing all rows" V2_5="" DataErr="TreeGrid cannot render<br/>Missing or wrong input data" V2_6="" Render="Rendering ..." Page="Page" NoPages="Empty" UpdateCfg="Updating settings ..." StartErr="<b style='color:red;'>Fatal error ! <br/>TreeGrid cannot render</b>" BadLayoutErr="<b style='color:red;'>Bad or missing TreeGrid layout ! <br/>TreeGrid cannot render</b><br/><span style='color:blue;'>Minimal required layout is:<br/>&lt;Grid&gt;&lt;Cols&gt;&lt;C Name='Col'/&gt;&lt;/Cols&gt;<br/>&lt;Body&gt;&lt;B/&gt;&lt;/Body&gt;&lt;/Grid&gt;</span>" V3_0="" Calculate="Calculating cells ..." UpdateValues="Updating values ..." UpdateTree="Updating tree ..." V3_1="" PageErr="Cannot download this data part !" V3_2="" Layout="" Load="Loading data ..." Caching="Caching images ..." V3_5="" AddMove="Move selected rows" AddCopy="Copy selected rows" AddCopyChild="Copy with children" AddEmpty="Add new empty row" Cancel="Cancel action" ColumnsCaption="Select columns to display" ColUpdate="Updating columns ..." V3_9="" ImgEdit="|Url:|W:|H:|L:|T:" V4_2="" BadLoadData="<b style='color:red;'>Bad or missing TreeGrid data source! <br/>TreeGrid cannot render</b><br/><span style='color:blue;'>Set at least one data source attribute in &lt;treegrid>:<br/>Data_Url, Data_Tag, Data_Data,<br/>Layout_Url, Layout_Tag, Layout_Data</span>" V4_3="" Picture="Picture" DefaultsDate="Select date ..." DefaultsButton="Select ..." V4_5="" GroupCustom="To group by, drag column caption here ..." Group="Grouping rows ..." DefaultsFilterOff="(All)" Items="Items %d - %d" Print="<h2><center>Please wait while generating report for printing ...</center></h2>" V4_5_7="" NoMenuItem="None available" V4_7="" SearchMethodList="|Automatic|Search&#160;like&#160;Google|Search&#160;by&#160;expression" Contains="contains,has" Starts="starts,starts with,starts by,begins,begins with,begins by" Ends="ends,ends by, ends with" And="and" Or="or" Not="not" SearchSearch="Search" SearchFilter="Filter" SearchSelect="Select" SearchColor="Color" SearchFind="Find" SearchClear="Clear" SearchHelp="Help" Search="Searching ..." V5_0_1="" ExportProgress="<center><b>Generating report</b><br/><br/>Finished %d rows from %d<br/><br/><div style='text-align:left;width:150px;border:1px solid blue;padding:2px;'><div style='width:%d%;height:10px;background:green;'></div></div></center>" Printed="Please switch to window containing the report to print it" V5_5="" CopyRow="Duplicate the row" CopyTree="Duplicate the row tree" CopyEmpty="Duplicate the row tree structure" CopySelected="Copy selected rows above" CopySelectedTree="Copy selected row trees above" CopySelectedEmpty="Copy selected row tree structures above" CopySelectedChild="Copy selected rows as the first children" CopySelectedTreeChild="Copy selected row trees as the first children" CopySelectedEmptyChild="Copy selected row tree structures as the first children" CopySelectedChildEnd="Copy selected rows as the last children" CopySelectedTreeChildEnd="Copy selected row trees as the last children" CopySelectedEmptyChildEnd="Copy selected row tree structures as the last children" CopySelectedEnd="Copy selected rows to the end" CopySelectedTreeEnd="Copy selected row trees to the end" CopySelectedEmptyEnd="Copy selected row tree structures to the end" AddRow="Add new empty row above" AddChild="Add new empty row as the first child" AddChildEnd="Add new empty row as the last child" SelectDate="Select date" V5_6="" DoUndo="Performing undo ..." DoRedo="Performing redo ..." V5_6_4="" SelectDateMY="Select date" V5_9="" DelGanttDepStart="Disconnect line to <b style='color:#00AA00;'> %d</b>" DelGanttDepEnd="Disconnect line from <b style='color:blue;'> %d</b>" DelAllGanttDep="Disconnect all dependency lines" DelGanttMainDep="Delete main bar and dependencies" DelGanttMain="Delete main bar" DelGanttMilestoneDep="Delete milestone and dependencies" DelGanttMilestone="Delete milestone" SetGanttPercent="Update completed status to selected point" EditGanttPercent="Enter completed status" DelGanttFlow="Delete real flow" DelGanttFlowPart="Delete selected real flow bar" DelGanttFlags="Delete all flags" DelGanttFlag="Delete selected flag" EditGanttFlag="Enter the flag text" DelGanttAll="Clear the gantt cell" NewGanttFlag="Add new flag to selected point" EditGanttResource="Change resources" AssignGanttResource="Assign resources" DefaultsAll="Select all" GanttUpdate="Updating Gantt chart ..." V6_0="" Password="***" LoadStyles="Loading style ..." EditGanttDepLag="Change lag of line to <b style='color:#00AA00;'> %d</b>" CorrectAllDependencies="Correct all dependencies in chart" CorrectRelatedDependencies="Correct related dependencies" CorrectDep="Moving %d bars" SetStyle="Updating style ..." UpdateGantt="Updating Gantt ..." CreateGantt="Creating Gantt ..." CopyRowBelow="Duplicate the row" CopyTreeBelow="Duplicate the row tree" CopyEmptyBelow="Duplicate the row tree structure" CopySelectedBelow="Copy selected rows below" CopySelectedTreeBelow="Copy selected row trees below" CopySelectedEmptyBelow="Copy selected row tree structures below" CopySelectedEndGrid="Copy selected rows to the end of grid" CopySelectedTreeEndGrid="Copy selected row trees to the end of grid" CopySelectedEmptyEndGrid="Copy selected row tree structures to the end of grid" CopySelectedEndPage="Copy selected rows to the end of page" CopySelectedTreeEndPage="Copy selected row trees to the end of page" CopySelectedEmptyEndPage="Copy selected row tree structures to the end of page" AddRowBelow="Add new empty row below" AddRowEnd="Add new empty row to the end" AddRowEndPage="Add new empty row to the end of page" AddRowEndGrid="Add new empty row to the end of grid" DragObjectMove="moving row <b style='color:green;'>%d</b>" DragObjectCopy="copying row <b style='color:green;'>%d</b>" DragObjectMoreMove="moving <b style='color:blue;'>%d</b> rows" DragObjectMoreCopy="copying <b style='color:blue;'>%d</b> rows" />
<MenuCfg V2_3="" Caption="TreeGrid settings" ShowDeleted="Show deleted rows (in red)" AutoSort="Auto sort rows after change" AutoUpdate="Auto update changes to server" MouseHover="Mouse hover" Hover1="None" Hover2="Cell only" Hover3="Cell and row color" Hover4="Cell and row cursor" ShowDrag="Show dragged object" ShowPanel="Show row's left panel" OK="OK" Cancel="Cancel" V2_6="" ShowPager="Show pager" ShowAllPages="Show all pages" V4_4="" CheckUpdates="Check for updates on server every" CheckUpdates0="Off" CheckUpdates2="2 seconds" CheckUpdates5="5 seconds" CheckUpdates10="10 seconds" CheckUpdates30="30 seconds" CheckUpdates60="1 minute" CheckUpdates120="2 minutes" CheckUpdates300="5 minutes" CheckUpdates600="10 minutes" V5_0_20="" SortClick="Sorting click" SortClick1="Simple, no icons" SortClick2="Simple" SortClick3="Directional, icons only" SortClick4="Directional" V6_0="" All="Show all" Clear="Hide all" />
<MenuFilter F0="Off" F1="Equal" F2="Not equal" F3="Less than" F4="Less than or equal" F5="Greater than" F6="Greater than or equal" F7="Begins with" F8="Does not begin with" F9="Ends with" F10="Does not end with" F11="Contains" F12="Does not contain" />
<Format LongDayNames="Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday" ShortDayNames="Sun,Mon,Tue,Wed,Thu,Fri,Sat" Day2CharNames="Su,Mo,Tu,We,Th,Fr,Sa" Day1CharNames="S,M,T,W,T,F,S" LongMonthNames="January,February,March,April,May,June,July,August,September,October,November,December" LongMonthNames2="January,February,March,April,May,June,July,August,September,October,November,December" ShortMonthNames="Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" DayNumbers="1st,2nd,3rd,4th,5th,6th,7th,8th,9th,10th,11th,12th,13th,14th,15th,16th,17th,18th,19th,20th,21st,22nd,23rd,24th,25th,26th,27th,28th,29th,30th,31st" Quarters="I,II,III,IV" Halves="I,II" DateSeparator="/" TimeSeparator=":" AMDesignator="AM" PMDesignator="PM" FirstWeekDay="0" NaD="NaN" ValueSeparator=";" ValueSeparatorHtml="; " RangeSeparator="~" RangeSeparatorHtml=" ~ " DecimalSeparator="." InputDecimalSeparators="." GroupSeparator="," InputGroupSeparators="," Percent="%" NaN="NaN" GMT="1" EmptyDate="" d="M/d/yyyy" D="d. MMMM yyyy" t="H:mm" T="H:mm:ss" f="d. MMMM yyyy H:mm" F="d. MMMM yyyy H:mm:ss" g="M/d/yyyy H:mm" G="M/d/yyyy H:mm:ss" m="d. MMMM" M="d. MMMM" s="yyyy-MM-ddTHH:mm:ss" u="yyyy-MM-dd HH:mm:ssZ" U="d. MMMM yyyy HH:mm:ss" r="ddd MMM d HH:mm:ss UTCzzzzz yyyy" R="ddd MMM d HH:mm:ss UTCzzzzz yyyy" y="MMMMMMM yyyy" Y="MMMMMMM yyyy" ng="0.######" ngg="0.###### E+00" nf="0.00" nc="$###########0.00" np="0.00%" nr="0.0000" nrg="0.0000 E+00" ne="0.000000 E+000" Cont="..." ContLeft="... " ContRight=" ..." />
</Lang>
<Toolbar SaveTitle="Submit changes to server" ReloadTitle="Reload grid, cancel changes" RepaintTitle="Refresh pages, click it if grid slows down" PrintTitle="Print grid" ExportTitle="Export grid data to your spreadsheet program" AddTitle="Add new row or move or copy selected rows" AddChildTitle="Add new child row or move or copy selected rows to actual cursor position" SortTitle="Enable sorting and re-sort rows now" SortTitle1="Disable sorting to change sort criteria faster" CalcTitle="Enable calculations and re-calculate grid now" CalcTitle1="Disable calculations to edit cell values faster" ExpandAllTitle="Expand all rows" CollapseAllTitle="Collapse all rows" ColumnsTitle="Displays menu to choose visible columns" CfgTitle="TreeGrid user settings" HelpTitle="Show help for TreeGrid control" DebugTitle="Shows debug window" ResizeTitle="Resize grid" />
<Panel PanelSelectTitle="Select row" PanelCopyTitle="Copy row" PanelMoveTitle="Drag row" PanelDeleteTitle="Delete row" />
<Header PanelHeaderSelectTitle="Select or unselect all rows" PanelHeaderDeleteTitle="Delete all selected rows" />
</Grid>
" name=Grid_Text jQuery1418246626757="66"> <INPUT type=hidden name=skipKey jQuery1418246626757="67">
<DIV id=wrapper_action_dialog_header class=header style="MIN-WIDTH: 620px">
<DIV class=header_wrapper>
<DIV class=column_one><!-- page title -->
<H2>Run Manufacturer BOM Report</H2>
<P>Standard Report • Manufacturer BOM Report </P></DIV></DIV>
<DIV class=steps_container>
<DIV id=wizard_steps class=wizard_steps style="WHITE-SPACE: nowrap; MIN-WIDTH: 300px">
<H2 id=wStepTitle>Select Item for the Report </H2></DIV>
******** ********************>
var imageContextPath = "/Agile/images/";
var imageXCancel = '/Agile/static/5c912eb337a5392a8aadae05dc084271/images/X_CancelHi.gif';
var imageArrowPrivHi = '/Agile/static/c3230fd9ff6ab30f3181ad4b6be7f88f/images/Arrow_PrevHi.gif';
var imageArrowNextHi = '/Agile/static/655c64769d122a2852ca6b065d81d3ca/images/Arrow_NextHi.gif';
var imageCheckMarkFinish = '/Agile/static/c05b820f671e83903f8edab070844184/images/Checkmark_FinishHi.gif';
var imageXCancelOrg = '/Agile/static/3dab8490c6d74f40381f9edfe528ec08/images/X_Cancel.gif';
var imageArrowPrivOrg = '/Agile/static/971ddd84871df3484d2a0298a44431b3/images/Arrow_Prev.gif';
var imageArrowNextOrg = '/Agile/static/0cf38e00f0de1136706054ac20773bf9/images/Arrow_Next.gif';
var imageCheckMarkFinishOrg = '/Agile/static/553875a5326dbce126ec59b99cf3dc14/images/Checkmark_Finish.gif';
var imageDot = '/Agile/static/a7b0b983243512d0201c46ff50f651c9/images/dot.gif';
*********>
******** ******************** type=text/javascript>
var steps = new Array(4);
var stepsToStepIdMap = new Array(4);
var leftPaneID = "Wizard"; // for synchronizing left pane with right pane
var stepIndex = 0;
var stepNumToBeDisabled = new Array(4);
*********>
<UL class=steps>
<LI *******="javascript:proceedToStep('MainForm', 0, '', 1)" id=1 class=sec tooltipText="step 1 of 4 - Select Layout and Configuration" alt jQuery1418246626757="151"><A href="#" tooltipText alt jQuery1418246626757="152">1</A> </LI>
<LI id=2 class="sec selected" tooltipText="step 2 of 4 - Select Item for the Report" alt jQuery1418246626757="153"><A href="#" tooltipText alt jQuery1418246626757="154">2</A> </LI>
<LI *******="javascript:proceedToStep('MainForm',2603,'',3)" id=3 class=sec tooltipText="step 3 of 4 - Select Additional Report Parameters" alt jQuery1418246626757="155"><A href="#" tooltipText alt jQuery1418246626757="156">3</A> </LI>
<LI id=4 class=sec tooltipText="step 4 of 4 - Select AML Information" alt jQuery1418246626757="157"><A href="#" tooltipText alt jQuery1418246626757="158">4</A> </LI></UL>
********>
jQuery('#2').addClass('selected');
wizard.x = '2';
var currentStep = 2601;
for (var m=0; m<stepsToStepIdMap.length; m++){
if (currentStep == stepsToStepIdMap[m]){
parent.stepNumber = m;
break;
}
}
parent.completedStep = parent.stepNumber - 1;
currentStep = parent.stepNumber;
function goNext()
{
parent.RightPane.nextStep("MainForm");
}
// Not used ??
function goToStep(id) {
parent.RightPane.goToStep("MainForm", id);
}
function goPrevious()
{
parent.RightPane.previousStep("MainForm");
}
function cancel()
{
parent.RightPane.cancelButton("MainForm");
}
function finish()
{
parent.RightPane.finishWizard("MainForm");
}
function refreshContextualNavigation()
{
}
*********>
</DIV>
<DIV id=dms class="message info">
<P class=text>Select Items for the Report <A href='javascript:showOnlineHelp("https://www-pdmprd.cisco.com/UPK/PlayerPackage/agile/hemi/agile_gateway.html?Lang=en_US&CTXEX=");'>Help Link</A></P></DIV></DIV><!-- infoObject --><!-- globalError --><!-- objectInfo --><!-- start content -->
<DIV tabIndex=-1 id=wrapper_action_dialog_content class=content style="HEIGHT: 549px; MARGIN-TOP: 118px" Gc="50" Width="875" Gr="432" Gs="0" Gt="50" Grid0="1">
******** ******************** src="/Agile/static/9049de921f48038cd385a7f207437d6d/includes/WizardLib.js">*********>
********>
function refreshRightPane()
{
}
function do******Actions()
{
setContentHeightWidth();
}
function setContentHeightWidth()
{
}
//window.onresize=setContentHeightWidth;
*********>
<INPUT type=hidden value=2003 name=wizardId jQuery1418246626757="68"> <A name=toppage></A><!--region:render section="pageTips" /--><INPUT type=hidden value=2601 name=stepId jQuery1418246626757="69"> <INPUT type=hidden name=proceedToStepId jQuery1418246626757="70"> <HTML:PRINTERRORS name="error_object" /><BR><!-- STEP CONTENT -->
********>
function saveItemsTable(tableId) {
if(false && AGILE.util.isTableDirty(Grids[tableId])) {
AGILE.grid.SaveGridTable(tableId);
}
};
function addObjects()
{
AGILE.grid.CustomShowPalette('RPT_WIZARD_TABLE_GRID', 'Add Items', false);
}
function doNext(formName, handlerName) {
saveItemsTable("RPT_WIZARD_TABLE_GRID");
return true;
}
function doPrevious(formName, handlerName) {
saveItemsTable("RPT_WIZARD_TABLE_GRID");
return true;
}
function doFinish(formName, handlerName) {
saveItemsTable("RPT_WIZARD_TABLE_GRID");
return true;
}
*********>
<INPUT type=hidden name=addedRowIDList jQuery1418246626757="71"> <INPUT type=hidden name=addedObjIDList jQuery1418246626757="72"> <INPUT id=currentPage_7 size=8 type=hidden name=currentPage_7 jQuery1418246626757="73"> <INPUT id=Selections_7 size=8 type=hidden name=Selections_7 jQuery1418246626757="74"> <INPUT id=itemsPerPage_7 size=8 type=hidden value=30 name=itemsPerPage_7 jQuery1418246626757="75"> <INPUT id=selectedItems_7 size=8 type=hidden name=selectedItems_7 jQuery1418246626757="76"> <INPUT id=TableRowMap_7 size=8 type=hidden name=TableRowMap_7 jQuery1418246626757="77"> <INPUT id=TableDirtyRows_7 size=8 type=hidden name=TableDirtyRows_7 jQuery1418246626757="78"> <INPUT id=GLOBAL_SELECT_7 size=8 type=hidden name=GLOBAL_SELECT_7 jQuery1418246626757="79"> <INPUT id=SELECTED_RANGE_7 size=8 type=hidden name=SELECTED_RANGE_7 jQuery1418246626757="80"> <INPUT id=AUTOCOMPLETE_VALUEID_7 size=8 type=hidden name=AUTOCOMPLETE_VALUEID_7 jQuery1418246626757="81"> <!--************************************
TABLE ACTIONS
*************************************-->
<DIV id=table_actions_7 class=table_actions>
<DIV class="column_one no_width">
<P>
********>
actionsMenu['arMenu26'] = new Array( new Array(
getMenuItemObj("Paste", "Ctrl + V", "javascript:AGILE.grid.pasteRows({gridID:'RPT_WIZARD_TABLE_GRID'})", null, null, null, false, null, null, null, null, null)) );
var arMenu26_obj; menuIds[menuIds.length] = '26';
*********>
<A *******="javascript:AGILE.grid.AddRowToTable('RPT_WIZARD_TABLE_GRID')" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=MSG_Add_7 title=Add class=button href="javascript:noaction();"><SPAN id=MSG_Add_7span>Add</SPAN></A> <A *******="javascript:AGILE.util.deleteRows('RPT_WIZARD_TABLE_GRID', 'deleteRows')" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=MSG_Remove_7 title=Remove class=button href="javascript:noaction();"><SPAN id=MSG_Remove_7span>Remove</SPAN></A> <A *******="javascript:showActionsMenu(this, '26', event);" ondblclick="javascript:showActionsMenu(this, '26', event);" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=More_7 class="button " href="javascript:noaction();"><SPAN id=More_7span>More <EM class=dropdown> </EM> </SPAN></A> <A *******="javascript:AGILE.grid.showAdvancedSearchPalette('RPT_WIZARD_TABLE_GRID')" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=MSG_Custom_Search_7 title="Custom Search" class=button href="javascript:noaction();"><SPAN id=MSG_Custom_Search_7span>Custom Search</SPAN></A> </P></DIV>
<DIV class=column_three>
<P></P></DIV></DIV>
<DIV id=gridwrapper_RPT_WIZARD_TABLE_GRID>
<DIV id=treegrid_RPT_WIZARD_TABLE_GRID class=treegrid style="OVERFLOW: hidden; HEIGHT: 431px; CLEAR: both; WIDTH: 100%" name="treegrid_RPT_WIZARD_TABLE_GRID" considerForResize="true">
<TABLE onmouseup="return Grids[0].GridMouseUp(event)" *******="return Grids[0].GridClick(event)" ***********="return Grids[0].GridMouseOver(event)" ondblclick="return Grids[0].GridDblClick(event)" onmousemove="return Grids[0].GridMouseMove(event)" onmousedown="return Grids[0].GridMouseDown(event)" id=RPT_WIZARD_TABLE_GRID class=GMMainTable onselectstart="return Grids[0].GridSelectStart(event)" oncontextmenu="return Grids[0].GridRightClick(event)" cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="OVERFLOW: hidden">
<DIV class=GMHeadLeft style="OVERFLOW: hidden">
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 17px"></TH></TR>
<TR class=GMHeaderRow style="OVERFLOW: auto; HEIGHT: 24px">
<TD style="HEIGHT: 24px; WIDTH: 0px"></TD>
<TD class=" GPanelTopHeader GMCellHeaderPanel"><U class="GMPanelSelectOff GMImage"></U></TD></TR></TBODY></TABLE></DIV></TD>
<TD style="OVERFLOW: hidden">
<DIV class=GMHeadMid style="OVERFLOW: hidden; WIDTH: 856px">
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 280px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 236px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH></TR>
<TR class=GMHeaderRow style="OVERFLOW: auto; HEIGHT: 24px">
<TD style="HEIGHT: 24px; WIDTH: 0px"></TD>
<TD class=" GMRow GMHeaderText GMCellHeader" style="BACKGROUND-COLOR: rgb(239,239,239)" colSpan=2><SPAN id=i_1 title=""></SPAN></TD>
<TD class=" GMRow GMHeaderText GMCellHeader" style="BACKGROUND-COLOR: rgb(239,239,239)" colSpan=2><SPAN id=i_2 title=Number>Number</SPAN></TD>
<TD class=" GMRow GMHeaderText GMCellHeader" style="BACKGROUND-COLOR: rgb(239,239,239)" colSpan=2><SPAN id=i_3 title=Description>Description</SPAN></TD>
<TD class=" GMRow GMHeaderText GMCellHeader" style="BACKGROUND-COLOR: rgb(239,239,239)" colSpan=2><SPAN id=i_5 title=Revision>Revision</SPAN></TD>
<TD class=" GMRow GMHeaderText GMCellHeaderEmpty" colSpan=2></TD></TR></TBODY></TABLE></DIV></TD>
<TD style="DISPLAY: none" vAlign=top rowSpan=3>
<DIV class=GMVScroll style="WIDTH: 18px">
<DIV onscroll=Grids[0].Scrolled(); onmousemove=Grids[0].ARow=null;Grids[0].ASec=-1; style="OVERFLOW: hidden; OVERFLOW-Y: auto; WIDTH: 18px">
<DIV style="OVERFLOW: hidden; WIDTH: 1px"> </DIV></DIV></DIV></TD>
<TD style="DISPLAY: none" vAlign=top rowSpan=5>
<DIV onmousemove=Grids[0].ARow=null;Grids[0].ASec=-6; class=GMPagerMain style="OVERFLOW: hidden; HEIGHT: 20px; WHITE-SPACE: nowrap; WIDTH: 100px">
<DIV class=GMPagerHeader>
<DIV class=GMPagerCaption>Pager</DIV></DIV>
<DIV class=GMPagerBody style="OVERFLOW: auto">
<DIV>
<DIV></DIV>
<DIV class=GMPagerCursor style="OVERFLOW: hidden; HEIGHT: 20px"> </DIV></DIV></DIV></DIV></TD></TR>
<TR>
<TD style="OVERFLOW: hidden">
<DIV class=GMBodyLeft style="OVERFLOW: hidden; HEIGHT: 21px">
<DIV class=GMPageOne>
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 17px"></TH></TR>
<TR class=GMDataRow style="OVERFLOW: auto">
<TD style="HEIGHT: 21px; WIDTH: 0px"></TD>
<TD class=" GMPx1xx GMCellPanel GMEmpty" style="BACKGROUND-COLOR: rgb(208,208,208)"> </TD></TR></TBODY></TABLE></DIV>
<DIV style="OVERFLOW: hidden; HEIGHT: 0px"></DIV></DIV></TD>
<TD style="OVERFLOW: hidden">
<DIV class=GMBodyMid style="OVERFLOW: hidden; HEIGHT: 21px; WIDTH: 856px">
<DIV class=GMPageOne>
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 280px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 236px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH></TR>
<TR class=GMDataRow style="OVERFLOW: auto">
<TD style="HEIGHT: 21px; WIDTH: 0px"></TD>
<TD class=" GMColorNoFocus GMRow GMText GMCell" style="BACKGROUND-COLOR: rgb(255,255,255)" colSpan=2><IMG title="73-Printed Circuit Assembly" class=gridIconSize src="https://www-pdmprd.cisco.com/Agile/static/a09c38a001000bbbe49af6f6a1c86313/images/bom.png"> </TD>
<TD class=" GMColorNoFocus GMRow GMText GMCell" style="BACKGROUND-COLOR: rgb(255,255,255)" colSpan=2>73-100003-01 </TD>
<TD class=" GMColorNoFocus GMRow GMText GMCell" style="BACKGROUND-COLOR: rgb(255,255,255)" colSpan=2>PCA, Deep Thought Blade Power P2 </TD>
<TD class=" GMColorReadOnly GMRow GMText GMCell" style="BACKGROUND-COLOR: rgb(255,255,255)" colSpan=2>-A2 MCO00753</TD>
<TD class=" GMRow GMHtml GMCellEmpty GMEmpty" colSpan=2> </TD></TR></TBODY></TABLE></DIV>
<DIV style="OVERFLOW: hidden; HEIGHT: 0px"></DIV></DIV></TD></TR>
<TR>
<TD colSpan=2>
<DIV class=GMSpaceRow style="OVERFLOW: hidden; HEIGHT: 382px; WIDTH: 873px">
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="HEIGHT: 21px"></TD>
<TD></TD></TR></TBODY></TABLE></DIV></TD></TR>
<TR style="DISPLAY: none">
<TD style="OVERFLOW: hidden">
<DIV class="GMFootLeft GMNone" style="OVERFLOW: hidden">
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 17px"></TH></TR></TBODY></TABLE></DIV></TD>
<TD style="OVERFLOW: hidden">
<DIV class="GMFootMid GMNone" style="OVERFLOW: hidden; WIDTH: 856px">
<TABLE class=GMSection cellSpacing=0 cellPadding=0>
<TBODY>
<TR style="DISPLAY: none">
<TH style="WIDTH: 0px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 280px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 80px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 236px"></TH>
<TH style="HEIGHT: 0px; WIDTH: 20px"></TH></TR></TBODY></TABLE></DIV></TD></TR>
<TR style="DISPLAY: none">
<TD colSpan=2>
<DIV class=GMHScroll style="OVERFLOW: hidden; HEIGHT: 17px">
<DIV onscroll=Grids[0].Scrolled(); onmousemove=Grids[0].ARow=null;Grids[0].ASec=-3; style="HEIGHT: 18px; OVERFLOW-X: scroll; OVERFLOW-Y: hidden; MARGIN-TOP: -1px">
<DIV style="OVERFLOW: hidden; HEIGHT: 1px"> </DIV></DIV></DIV></TD>
<TD onmousemove=Grids[0].ARow=null;Grids[0].ASec=-5; style="DISPLAY: none">
<DIV class=GMXScroll style="OVERFLOW: hidden; HEIGHT: 17px; WIDTH: 18px"> </DIV></TD></TR>
<TR style="DISPLAY: none">
<TD colSpan=3>
<DIV class=GMToolbarRow style="WIDTH: 872px">
<TABLE cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="HEIGHT: 21px"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Save";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Reload";' class=" GMRow GMCellSpace GMToolReload GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Repaint";' class=" GMRow GMCellSpace GMToolRepaint GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Print";' class=" GMRow GMCellSpace GMToolPrint GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Export";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Add";' class=" GMRow GMCellSpace GMToolAdd GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="AddChild";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Sort";' class=" GMRow GMCellSpace GMToolSort1 GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Calc";' class=" GMRow GMCellSpace GMToolCalc GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="ExpandAll";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="CollapseAll";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Columns";' class=" GMRow GMCellSpace GMToolColumns GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Cfg";' class=" GMRow GMCellSpace GMToolCfg GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Help";' class=" GMRow GMCellSpace GMToolHelp GMEmpty" style="BACKGROUND-COLOR: rgb(255,255,255)"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Debug";' class=" GMRow GMCellSpace GMHidden" style="BACKGROUND-COLOR: rgb(255,255,255)"></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleTitle";' class=" GMRow GMCellSpace GMHtml"><SPAN style="COLOR: #999">Style:</SPAN></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleStandard";' class=" GMRow GMCellSpace GMToolIcon" style="BACKGROUND-COLOR: rgb(255,255,255)">Standard</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleLight";' class=" GMRow GMCellSpace GMToolIcon" style="BACKGROUND-COLOR: rgb(255,255,255)">Light</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleOffice";' class=" GMRow GMCellSpace GMToolIcon" style="BACKGROUND-COLOR: rgb(255,255,255)">Office</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleModern";' class=" GMRow GMCellSpace GMToolIcon1" style="BACKGROUND-COLOR: rgb(255,255,255)">Modern</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleBorders";' class=" GMRow GMCellSpace GMToolIcon" style="BACKGROUND-COLOR: rgb(255,255,255)">Borders</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="StyleRobust";' class=" GMRow GMCellSpace GMToolIcon" style="BACKGROUND-COLOR: rgb(255,255,255)">Robust</TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Empty";' class=" GMRow GMCellSpace GMHtml">
<DIV style="OVERFLOW: hidden; CURSOR: default; WHITE-SPACE: nowrap; COLOR: #777777; PADDING-TOP: 2px; FONT: 9px arial; PADDING-LEFT: 3px; PADDING-RIGHT: 3px; WIDTH: 1744px"><SPAN *******='************("http://www.treegrid.com/");' title=http://www.treegrid.com/ style="CURSOR: pointer">EJS TreeGrid v6.0</SPAN></DIV></TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Formula";' class=" GMRow GMCellSpace GMText"> </TD>
<TD onmousemove='Grids[0].TmpSpaceCol="Resize";' class=" GMRow GMCellSpace GMHidden"></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></DIV>
<DIV id=GridFooter class=GridFooter>
<TABLE id=table_footer class=table_footer>
<TBODY>
<TR>
<TD class=status><STRONG id=selectCount_RPT_WIZARD_TABLE_GRID>0</STRONG> of <STRONG id=totalCount_RPT_WIZARD_TABLE_GRID>1</STRONG> rows selected </TD>
<TD style="TEXT-ALIGN: right; PADDING-RIGHT: 2px"><SPAN id=missingRows_RPT_WIZARD_TABLE_GRID class=filter_text></SPAN><SPAN id=hasMoreRows_RPT_WIZARD_TABLE_GRID class=filter_text></SPAN><SPAN id=haveUnsupportSort_RPT_WIZARD_TABLE_GRID class=filter_text></SPAN><SPAN id=isRecordLimitReached_RPT_WIZARD_TABLE_GRID class=filter_text></SPAN>
<TD id=filter_icon_RPT_WIZARD_TABLE_GRID style="DISPLAY: none"></TD></TR></TBODY></TABLE></DIV></DIV>
********>
if(document.MainForm && document.MainForm.registeredTables)
document.MainForm.registeredTables.value = '7';
var tel = document.getElementById('tableIdName'); if (tel) tel.innerHTML = 'RPT_WIZARD_TABLE_GRID';
*********>
********>
do******MenuActions();
// [ctrl+shift+x] - Global KeyBoard Command.
var launchSearchPalette = new YAHOO.util.KeyListener(document, { shift:true, ctrl:true, keys:88 },
{ fn: function() {
var gId = "RPT_WIZARD_TABLE_GRID";
AGILE.grid.showAdvancedSearchPalette(gId);
},
scope: document, correctScope:true
});
launchSearchPalette.enable();
*********>
<!-- END OF CONTENT --></DIV><!-- end content --><!-- Wizard specific buttons--><!-- Previous Next Cancel&Exit Save&Exit -->
<DIV id=wrapper_action_dialog_footer class=footer>
<DIV class=column_three><A *******="previousStep('MainForm')" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=cmdBack class=button href="javascript:noaction()"><SPAN id=cmdBackspan><EM class=arrow_back> </EM>Back </SPAN></A> <A *******="nextStep('MainForm');" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=cmdNext class=button href="javascript:noaction()"><SPAN id=cmdNextspan>Next<EM class=arrow_next> </EM> </SPAN></A> <A tabIndex=-1 onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=cmdFinish class="button disabled" href="javascript:noaction()"><SPAN id=cmdFinishspan><EM class=save_dialog> </EM>Finish </SPAN></A>
********>
function cancelButton(formName)
{
window.close();
<!-- Removed for reports -->
//message = "Are you sure you want to exit the wizard?"
//cancelWizard(formName, null, message);
<!---->
}
*********>
<A *******="cancelButton('MainForm', null);" onfocus=buttonFocus(this.id) onblur=buttonBlur(this.id) id=cmdCancel class=button href="javascript:noaction()"><SPAN id=cmdCancelspan><EM class=cancel> </EM>Cancel </SPAN></A> </DIV></DIV><INPUT type=hidden value=false name=setSequentialWarning jQuery1418246626757="82"> <INPUT type=hidden name=currentWarningCode jQuery1418246626757="83"> <INPUT type=hidden name=commonWarnCode jQuery1418246626757="84"> <INPUT type=hidden value=false name=LOAD_TABLE_FAILED jQuery1418246626757="85">
********>
var res = eval("document.MainForm");
var doYesProceed;
var isPopup;
isPopup = true;
function yesWizardNext()
{
setWarningCodes();
eval(res.LOAD_TABLE_FAILED).value = "null";
nextStep('MainForm', 'PCReportWizardHandler');
}
function noWizardNext()
{
setRepWarningCodes();
nextStep('MainForm', 'PCReportWizardHandler');
}
function yesCreateItemNext()
{
res.dontCreateNew.value = "true";
yesWizardNext();
}
function yesMSPWizardNext()
{
setWarningCodes();
eval(res.LOAD_TABLE_FAILED).value = "null";
nextStep('MainForm', 'PCReportWizardHandler');
}
function yesProceed(){
setWarningCodes();
if(eval(res.stepCommand))
eval(res.stepCommand).value = "null";
if(eval(res.deleteRowsTableId))
eval(res.deleteRowsTableId).value = "";
disableButtons();
if (doYesProceed != null) {
doYesProceed();
}
if (disableButton != null) {
disableButton('Save');
disableButton('Validate');
}
if(isPopup == true)
{
submitForm('MainForm',"PCReportWizardHandler","previous", "_self");
}else{
submitForm2({module: 'PCReportWizardHandler', opcode: 'previous'});
}
}
function disableButtons() {
} // fn
function noProceed()
{
setRepWarningCodes();
if(eval(res.stepCommand))
eval(res.stepCommand).value = "null";
if(isPopup == true) {
submitForm('MainForm',"PCReportWizardHandler","previous", "_self");
}else{
submitForm2({module: 'PCReportWizardHandler', opcode: 'previous'});
}
}
function noNext()
{
clearWarningCodes("null");
}
function setWarningCodes()
{
res.pgWarnID.value = "null";
res.pgWarnCode.value = "null";
res.commonWarnCode.value = "null";
}
function setRepWarningCodes()
{
res.pgWarnID.value = "null";
res.pgWarnCode.value = "null";
}
function clearWarningCodes(wCode)
{
if (wCode != null && wCode.length > 0)
{
var allCodeIds = "null";
var allCodes = "null";
var arrCodeIds = allCodeIds.split(";")
var arrCodes = allCodes.split(";")
var rCodeIds = "";
var rCodes = "";
for (var i=0; i<arrCodes.length; i++ ){
if(wCode == arrCodes[i]) {
continue;
}
rCodeIds = arrCodeIds[i] +";"+rCodeIds;
rCodes = arrCodes[i] +";"+rCodes;
}
res.pgWarnID.value = rCodeIds;
res.pgWarnCode.value = rCodes;
} else {
res.pgWarnID.value = "";
res.pgWarnCode.value = "";
res.commonWarnCode.value = "";
}
}
function cancelWarning()
{
clearWarningCodes();
if(isPopup == true) {
submitForm('MainForm', '', '', '_self');
}else{
submitForm2();
}
}
*********>
<INPUT id=registeredTables size=8 type=hidden value=7 name=registeredTables jQuery1418246626757="86"> <INPUT id=registeredTableNames size=8 type=hidden name=registeredTableNames jQuery1418246626757="87"> <INPUT id=deleteRowsTableId size=8 type=hidden name=deleteRowsTableId jQuery1418246626757="88"> </FORM>
<FORM onsubmit="return false;" method=post name=MainForm_2__ action=PCMServlet><!-- Begin Form Standard Attributes --><INPUT id=module size=8 type=hidden value=PCReportWizardHandler name=module jQuery1418246626757="89"> <INPUT id=opcode size=8 type=hidden value=goToStep name=opcode jQuery1418246626757="90"> <INPUT id=defaultAction size=8 type=hidden name=defaultAction jQuery1418246626757="91"> <INPUT id=addlParam size=8 type=hidden value=objid=122&classid=8010 name=addlParam jQuery1418246626757="92"> <INPUT id=actionContextParam size=8 type=hidden name=actionContextParam jQuery1418246626757="93"> <INPUT id=popup size=8 type=hidden value=true name=popup jQuery1418246626757="94"> <INPUT id=objver size=8 type=hidden value=280 name=objver jQuery1418246626757="95"> <INPUT id=objid size=8 type=hidden value=122 name=objid jQuery1418246626757="96"> <INPUT id=objectname size=8 type=hidden value="Manufacturer BOM Report" name=objectname jQuery1418246626757="97"> <INPUT id=classid size=8 type=hidden value=8010 name=classid jQuery1418246626757="98"> <INPUT id=subclsid size=8 type=hidden value=8040 name=subclsid jQuery1418246626757="99"> <INPUT id=tabid size=8 type=hidden value=0 name=tabid jQuery1418246626757="100"> <INPUT id=viewid size=8 type=hidden name=viewid jQuery1418246626757="101"> <INPUT id=displayMode size=8 type=hidden value=2 name=displayMode jQuery1418246626757="102"> <INPUT id=refresh size=8 type=hidden value=false name=refresh jQuery1418246626757="103"> <INPUT id=pgWarnID size=8 type=hidden name=pgWarnID jQuery1418246626757="104"> <INPUT id=pgWarnCode size=8 type=hidden name=pgWarnCode jQuery1418246626757="105"> <INPUT id=warningString size=8 type=hidden name=warningString jQuery1418246626757="106"> <INPUT id=fullrev size=8 type=hidden name=fullrev jQuery1418246626757="107"> <INPUT id=process_actionId size=8 type=hidden name=process_actionId jQuery1418246626757="108"> <INPUT id=pageName size=8 type=hidden name=pageName jQuery1418246626757="109"> <INPUT id=formChanged size=8 type=hidden value=0 name=formChanged jQuery1418246626757="110"> <INPUT id=currentToken size=8 type=hidden name=currentToken jQuery1418246626757="111"> <INPUT id=isTokenRequired size=8 type=hidden value=false name=isTokenRequired jQuery1418246626757="112"> <INPUT id=ContextName size=8 type=hidden value="Manufacturer BOM Report" name=ContextName jQuery1418246626757="113"> <INPUT id=ContextType size=8 type=hidden value="Standard Report" name=ContextType jQuery1418246626757="114"> <INPUT id=DefaultBookmarkName size=8 type=hidden value="Manufacturer BOM Report : Runs the BOM Explosion report and shows the manufacturers that are used for each item in the bill of material." name=DefaultBookmarkName jQuery1418246626757="115"> <INPUT id=helpID size=8 type=hidden value=MSG_REPORT_SELECT_ITEMS_FOR_REPORT name=helpID jQuery1418246626757="116"> <INPUT id=tableIds size=8 type=hidden value=0,5,6 name=tableIds jQuery1418246626757="117"> <INPUT id=showTips size=8 type=hidden name=showTips jQuery1418246626757="118"> <INPUT id=refreshFromDB size=8 type=hidden name=refreshFromDB jQuery1418246626757="119"> <INPUT id=recycle_qry_Id size=8 type=hidden name=recycle_qry_Id jQuery1418246626757="120"> <INPUT id=isPageDirty size=8 type=hidden name=isPageDirty jQuery1418246626757="121"> <INPUT id=currentPaginationTableId size=8 type=hidden value=-1 name=currentPaginationTableId jQuery1418246626757="122"> <INPUT id=subTabId size=8 type=hidden name=subTabId jQuery1418246626757="123"> <INPUT id=PREVIEW_KEY size=8 type=hidden name=PREVIEW_KEY jQuery1418246626757="124"> <INPUT id=PREVIEW_PARENT_KEY size=8 type=hidden name=PREVIEW_PARENT_KEY jQuery1418246626757="125"> <INPUT id=PREVIEW_REFRESH size=8 type=hidden name=PREVIEW_REFRESH jQuery1418246626757="126"> <INPUT id=contentTabView size=8 type=hidden name=contentTabView jQuery1418246626757="127"> <INPUT id=contentTabIncludeAll size=8 type=hidden name=contentTabIncludeAll jQuery1418246626757="128"> <INPUT id=whereUsedTabDisplayAllVersions size=8 type=hidden name=whereUsedTabDisplayAllVersions jQuery1418246626757="129"> <INPUT id=cgToItemRevObjId size=8 type=hidden name=cgToItemRevObjId jQuery1418246626757="130"> <INPUT id=cgToItemRevClassId size=8 type=hidden name=cgToItemRevClassId jQuery1418246626757="131"> <INPUT id=cgToItemRevSiteId size=8 type=hidden name=cgToItemRevSiteId jQuery1418246626757="132"> <INPUT id=preItemRevObjId size=8 type=hidden name=preItemRevObjId jQuery1418246626757="133"> <INPUT id=preItemRevClassId size=8 type=hidden name=preItemRevClassId jQuery1418246626757="134"> <INPUT id=preItemRevSiteId size=8 type=hidden name=preItemRevSiteId jQuery1418246626757="135"> <INPUT id=searchFilterType size=8 type=hidden name=searchFilterType jQuery1418246626757="136"> <INPUT id=checkoutLocation size=8 type=hidden name=checkoutLocation jQuery1418246626757="137"> <INPUT id=boFileId size=8 type=hidden name=boFileId jQuery1418246626757="138"> <INPUT id=fileRowIds size=8 type=hidden name=fileRowIds jQuery1418246626757="139"> <INPUT id=fileIds size=8 type=hidden name=fileIds jQuery1418246626757="140"> <INPUT id=fileNames size=8 type=hidden name=fileNames jQuery1418246626757="141"> <INPUT id=fileSizes size=8 type=hidden name=fileSizes jQuery1418246626757="142"> <INPUT id=asLatest size=8 type=hidden name=asLatest jQuery1418246626757="143"> <INPUT id=asAllFiles size=8 type=hidden name=asAllFiles jQuery1418246626757="144"> <INPUT id=selectedRevisionName size=8 type=hidden name=selectedRevisionName jQuery1418246626757="145"> <INPUT id=selectedKeys size=8 type=hidden name=selectedKeys jQuery1418246626757="146"> <INPUT id=fulltabledisplay size=8 type=hidden name=fulltabledisplay jQuery1418246626757="147"> <INPUT id=fullgridtableid size=8 type=hidden name=fullgridtableid jQuery1418246626757="148"> <INPUT id=refreshObjectTables size=8 type=hidden name=refreshObjectTables jQuery1418246626757="149"> <INPUT id=iv size=8 type=hidden name=iv jQuery1418246626757="150"> <!-- End Form Standard Attributes -->
<DIV id=frmDiv style="HEIGHT: 0px; WIDTH: 0px"></DIV></FORM>
********>isPageLoading=false;*********>
<DIV id=ui-datepicker-div style="DISPLAY: none"></DIV>
<DIV id=tooltip style="DISPLAY: none">
<H3></H3>
<DIV class=body></DIV>
<DIV class=url></DIV></DIV>
<DIV style="POSITION: absolute; LEFT: -1000px; TOP: -1000px"><SPAN class=[object]tn> </SPAN><SPAN class=[object]tm> </SPAN><SPAN class=[object]tmh> </SPAN><SPAN class=[object]tp> </SPAN><SPAN class=[object]tph> </SPAN><SPAN class=[object]ln> </SPAN><SPAN class=[object]lm> </SPAN><SPAN class=[object]lmh> </SPAN><SPAN class=[object]lp> </SPAN><SPAN class=[object]lph> </SPAN><SPAN class=[object]loading> </SPAN></DIV>
<DIV id=gridTablePanel style="DISPLAY: none; zindex: 9001"></DIV></BODY></HTML>