Webinar | Practical BOM Consolidation in Autodesk PLM

Managing bills of materials (BOM) across mechanical and electrical disciplines is complex and often fragmented. Different tools, separate data sources, and manual handovers make it difficult to maintain a unified and reliable production BOM. In this 30-minute webinar, we'll show you how Autodesk Fusion Manage (PLM) helps you structure, consolidate and manage mechanical and electrical BOMs into a complete and consistent Manufacturing BOM (MBOM).

Dates
13 April 2026 11:30 Coming soon
Register now

You will see how PLM facilitates better collaboration between engineering and production, reduces errors and creates a reliable basis for further processes. Based on a realistic scenario with a packaging machine, the webinar shows how BOM data flows from engineering to production using Autodesk PLM.

During the webinar, we'll walk you through a real-world workflow and show you how to:

  • Leveraging the Autodesk Vault Connector (conceptual roadmap)
  • Working with mechanical BOMs already available in PLM
  • Import and manage electrical BOMs from tools such as AutoCAD Electrical or EPLAN
  • Combining Electrical BOM and Mechanical BOM into a Structured Production BOM
  • Enrich MBOM with additional items for production (lubricants, consumables, spare parts, etc.)
  • Export BOM data to Excel and understand integration opportunities
  • Efficiently release BOMs for further downstream processes such as manufacturing processes

Note: This is a hands-on, hands-on session with live demonstrations in Autodesk PLM. The webinar will be held in English by Leon.

Who should attend? This webinar is specifically aimed at professionals working with complex BOM management across disciplines, including:

  • Managers of Engineering
  • Mechanical and electrical engineers
  • Responsible for PLM and PDM solutions
  • Production and factory engineers
  • Existing Autodesk customers (Vault, Inventor, AutoCAD Electrical, etc.) who are considering PLM
  • Companies that struggle to align BOM between engineering and production

Why participate? See Autodesk PLM in action through a realistic demonstration and discover how to eliminate BOM inconsistencies across mechanical and electrical disciplines. Learn how PLM supports seamless collaboration between engineering and manufacturing, gain actionable insights you can transfer directly to your own business, and consider whether Autodesk PLM is the right next step for your organisation.

function createReplayLabel() { let li = document.createElement("li"); li.classList.add("hs-form-list-label"); let span = document.createElement("span"); span.textContent = "Watch back"; span.setAttribute("style", "font-weight:500;display:inline-block;margin-bottom:8px;"); li.appendChild(span); return li; } function createListItem(index, value, text, startTime, location, broadcastId, broadcastTitle, replayUrl, adobewebinar, webinarUrl, date, dateDF, multiple, today) { let li = document.createElement("li"); li.classList.add("hs-form-radio"); let label = document.createElement("label"); label.setAttribute("for", `label_${index}`); label.setAttribute("style", "align-items: center;"); label.classList.add("hs-form-radio-display"); let input = document.createElement("input"); input.setAttribute("type", "checkbox"); if (!multiple) { input.setAttribute("type", "radio"); } if (!multiple || index === 0) { input.setAttribute("checked", true); } input.setAttribute("id", `label_${index}`); input.setAttribute("name", "marketinglist_number_webinar"); input.setAttribute("value", value); input.setAttribute("data-time", startTime); input.setAttribute("data-location", location); input.setAttribute("data-broadcastid", broadcastId); input.setAttribute("data-broadcasttitle", broadcastTitle); input.setAttribute("data-replayurl", replayUrl); input.setAttribute("data-adobewebinar", adobewebinar); input.setAttribute("data-webinarurl", webinarUrl); input.setAttribute("data-date", date); input.setAttribute("data-datedf", dateDF); input.classList.add("hs-input"); let span = document.createElement("span"); span.textContent = text; if (Boolean(+today)) { span.setAttribute("style", "display: flex;align-items: center;gap: 12px;height: 12px;overflow:visible"); const tag = document.createElement("span"); tag.className = "p-tag p-component p-tag-success mr-1"; tag.style.backgroundColor = "#20b065"; const tagValue = document.createElement("span"); tagValue.className = "p-tag-value"; tagValue.textContent = "today"; tag.appendChild(tagValue); span.append(" ", tag); } label.appendChild(input); label.appendChild(span); li.appendChild(label); return li; } hbspt.forms.create({ region: "eu1", portalId: "143438306", formId: "9ddb6d85-c9c6-4ff8-8dc8-697628e584b4", onFormSubmitted: () => { trackForm(); let topPos = $(".hs-form-wrapper").offset().top - 180; $('html, body').scrollTop(topPos); }, onBeforeFormSubmit: function($form) { let chosenInputs = Array.from($('input[name="marketinglist_number_webinar"]:checked')); $('input[name="marketinglist_number_webinar"]').remove(); let formattedData = chosenInputs.reduce((ac,cu) => { const data = { ...cu.dataset }; const keys = Object.keys(data); keys.forEach((key) => (ac[key] = (!ac[key]) ? [data[key]] : [...ac[key], data[key]])); return ac; }, {}); let selectedMarketingListNumbers = chosenInputs.map((item) => item.value).join(','); $('input[name="marketing_list_number"]').val(selectedMarketingListNumbers); $('input[name="start_time"]').val(formattedData?.time?.join(',')); $('input[name="marketinglist_location"]').val(formattedData?.location?.join(',')); $('input[name="adobe_webinar"]').val(formattedData?.adobewebinar?.[0]); $('input[name="marketinglist_date"]').val(formattedData?.date?.join(',')); $('input[name="marketinglist_date_df"]').val(formattedData?.datedf?.join(',')); if ((formattedData?.broadcastid || []).every(value => (typeof +value === 'number' && Boolean(value)))) { $('input[name="broadcast_id_list"]').val(formattedData?.broadcastid?.join(',')); $('input[name="broadcast_title"]').val(formattedData?.broadcasttitle?.join(',')); $('input[name="webinar_url"]').val(formattedData?.webinarurl?.join(',')); $('input[name="webinargeek_broadcast_replay_urls"]').val(formattedData?.replayurl?.join(',')); } else { $('input[name="download_link"]').val(''); $('input[name="broadcast_id_list"]').val('x'); $('input[name="broadcast_title"]').val('Practical BOM Consolidation in Autodesk PLM'); $('input[name="webinar_url"]').val('x'); $('input[name="webinargeek_broadcast_replay_urls"]').val('x'); } }, onFormReady: function($form, ctx) { $('input[name="bu"]').val('CDC'); $('input[name="page_url"]').val('https://www.cadac.com/es-en/events/practical-boom-consolidation-in-autodesk-plm/'); $('input[name="pagename"]').val(`Practical BOM Consolidation in Autodesk PLM`); $('input[name="campaign_description"]').val(`Practical BOM Consolidation in Autodesk PLM`); $('input[name="campaign_code"]').val('CMP-02919-G1X1X'); $('input[name="ddlcountry"]').val('us'); $('input[name="weblead_type"]').val('Webinar registration'); let marketinglistElm = document.querySelector('.hs_marketinglist_number_webinar .inputs-list'); marketinglistElm.replaceChildren(); marketinglistElm.appendChild(createListItem(0, "ML157980","13 April 2026 11:30", "11:30", "online", "6005677", "Practical BOM Consolidation in Autodesk PLM", "https://cadac.webinargeek.com/watch/replay/6005677/28ebf0c975707a4a38afa53c95072518/", "False", "https://cadac.webinargeek.com/practical-bom-consolidation-in-autodesk-plm/join/gmimeepm", "13 April 2026", "04/13/2026", 0, 0)); } });