SlideShare une entreprise Scribd logo
1  sur  24
Télécharger pour lire hors ligne
© 2016 Aras aras.com
Content Modeling Framework
© 2016 Aras aras.com
Objective
 Overview of the Content Modeling Framework (CMF)
 Review FMEA Example Configuration
© 2016 Aras aras.com
Content Modelling Framework (CMF)
Overview
 Purpose
▫ Creates a data model of independent elements that are collectively treated
as a single entity (CMF Document).
▫ Provides Viewers/Editors for creating and modifying Document content
 Used to define the Documents and Views used in Quality Planning
(QMS R1)
▫ CMF contains a single Viewer/Editor for the tabular-based content of a
Quality Document
© 2016 Aras aras.com
CMF Document Example
Process Quality Document
© 2016 Aras aras.com
Operation
Tool
Product Char.
Process Char.
Eval. Meas. Tech.
Function
Failure Mode
Effect
Cause
Prevention
Detection
Action
Name
Number
Descr.
Descr.
Name
Descr.
Descr.
Descr.
Descr.
Descr.
Descr.
Descr.
Model View (Tabular)
PFMEA
“Operation”
<Element Type> <Property Type> <View>
<Column>
“Function”
“Failure Mode”
“Effect”
“Cause”
“…”
Style
Editor
Header
Width
Control Plan
<View>
Process Flow
<View>
“…”
“…”
Process Quality
Document
<Content Type>
Content Modeling Framework
Overview
 Data Model
▫ Content Types, Element Types, Property Types
▫ Referencing / Bindings
▫ Structure Mapping
 Views
▫ Tabular for now…
▫ Other View Types in the future
 Export Settings
© 2016 Aras aras.com
Content Type
Content Modeling Framework
Concept of Operations
© 2016 Aras aras.com
Model Definition
<ItemType>
Process Quality Doc
<ItemType>
ImplementationDefines Instance DataInstantiated As
Name: “Operation”
Element Type
Name: “Number”
Property Type
Type: Integer
<RelationshipType>
<RelationshipType>
Name: “Description”
Property Type
Type: String
parent
Linked ItemType:
Operation
…
Description
value: String
<RelationshipType>
Number
value: Integer
…
value: Type
<RelationshipType>
element_ref_id
parent_ref_id
Process Quality Doc
<Item>
Operation
<Relationship>
Number
value: 5
Description
value: “Mix”
<Relationship>
…
…
Content Modeling Framework
Content Type
 Purpose
▫ Defines a CMF Document
 How it works
▫ Identifies an existing Target
ItemType, onto which a number of
Relationships will be attached for
Document Elements and their
Properties
▫ Assigns one or more Views for
displaying/editing Document content
© 2014 Aras aras.com
Content Modeling Framework
Element Type
 Purpose
▫ Define the Objects of a CMF
Document
 How it works
▫ Similar in function to an ItemType
 Implemented as Null Relation on Target ItemType
▫ Can be linked to a single ‘parent’
Document Element
 Forms Element hierarchy
 parent_ref_id links to Element
▫ Can be bound to a single ‘Business
Object’ (Bus. Obj.)
© 2014 Aras aras.com
Content Modeling Framework
Property Type
 Purpose
▫ Defines properties for a Document
Element
 How it works
▫ Similar to a Property ItemType
 Implemented as Null Relation on Target ItemType
 element_ref_id links to Element
 Types:
▫ Boolean, Date Time, Double, Integer, String,
Text, File, Image, List
▫ Can be bound to a single Bus. Obj.
Property
▫ Can specify a Method for automatic
value calculation or style setting
© 2014 Aras aras.com
Content Modeling Framework
View – Column configuration
 Purpose
▫ Configure Header, Cell Styles
▫ Set Cell Editor
 How it works
▫ Header and Cells styling by cmf_Style
▫ Editors
 Property default
 List
 Combo List
© 2016 Aras aras.com
List Editor
Default Property Editor
Combo List
Content Modeling Framework
Item (Business Object) References / Binding
 Purpose
▫ Allows CMF Documents to have an
indirect association with other PLM
Items (Business Objects)
 Document Element becomes a ‘proxy’ to the Bus.
Obj.
 How it works
▫ ‘Soft Link’ between CMF Document
Item and Business Object
 Relationship will not show in ‘Where-Used’
 CMF Doc. Item and Bus. Obj. can be removed w/o
restriction
▫ Changes to Business Object Properties
can be identified/flagged in Editor
© 2016 Aras aras.com
Content Modeling Framework
Item (Business Object) References / Binding
 Referenced Type: ItemType to map to
 Tracking: How to handle discrepancies in content
▫ Show, Ignore
 Resolution: Mapped Item Instance to check
▫ As Saved, Current
 New Element: Reference Options
▫ Pick, Create, Both
 Reference Required: Can there be ‘unmapped’ Document Elements?
© 2016 Aras aras.com
Content Modeling Framework
Example: Item Reference / Binding
© 2016 Aras aras.com
Number
Name
Model Items (Business Objects)
<Element Type>
<Property Type>
MPP Operation
String: Operation Name
Integer: Operation Number
Tool
Name
…
MPP Tool
String: Tool Name
Integer: Item Number
<ItemType>
Operation
Process Quality Document
Example: Operation Reference
© 2016 Aras aras.com
Content Modeling Framework
Structure Mapping
 Purpose:
▫ Provide a mechanism to map, and track, the structure of Document Elements
in a CMF Document to a structure of referenced Business Objects
 Will be used in QP to map Quality Documents to Mfg Process Plans
 How it works:
▫ Methods return a list of Item instances that are associated with a given
bound Document Element
 Identifies order (when needed)
© 2016 Aras aras.com
Structure Mapping
Example Quality Planning -> MPP
 QP - Process Quality Document
▫ Mapped to Process Plan
▫ Requires PQB Binding application
 QP – Operation
▫ Mapped to MPP Operation
▫ Order is tracked
 QP – Tool
▫ Mapped MPP Tool
▫ Order is not tracked
© 2016 Aras aras.com
Process Quality
Document
Operation
Tool
Process Plan
MPP Operation
Op. Resource
MPP Tool
CMF (QP) MPP
Reference
Reference
Reference
Document Element
RelationshipType
ItemType
<Track Order>
Content Modeling Framework
Structure Mapping
 Candidate Document Element:
▫ A Document Element that refers to a Business Object in a bound structure
that has not been accepted into a document
 Flagged Document Element:
▫ A Document Element that does not represent its mapped structure either
because:
 It is out of place based on ordering
 It doesn’t refer to a referenced Business Object that exists in its parent’s hierarchy
© 2016 Aras aras.com
Structure Mapping
Example Quality Planning -> MPP
© 2016 Aras aras.com
Structure Mapping
Example Quality Planning -> MPP
© 2016 Aras aras.com
Candidate
Document
Elements
Structure Mapping
Example Quality Planning -> MPP
© 2016 Aras aras.com
Structure Mapping
Example Quality Planning -> MPP – Mismatched Content
© 2016 Aras aras.com
Structure Mapping
Example Quality Planning -> MPP – Business Object Removed
© 2016 Aras aras.com
© 2016 Aras aras.com

Contenu connexe

Tendances

Source code visualization (SourceViz)
Source code visualization (SourceViz)Source code visualization (SourceViz)
Source code visualization (SourceViz)
Anas Bilal
 
Dmaic phases & tools
Dmaic phases & toolsDmaic phases & tools
Dmaic phases & tools
Sharif Rahman
 

Tendances (20)

LeanIX-Signavio Integration
LeanIX-Signavio IntegrationLeanIX-Signavio Integration
LeanIX-Signavio Integration
 
Application Framework
Application FrameworkApplication Framework
Application Framework
 
Transform Procurement with the SAP S/4HANA Digital Core and SAP Ariba Solutions
Transform Procurement with the SAP S/4HANA Digital Core and SAP Ariba SolutionsTransform Procurement with the SAP S/4HANA Digital Core and SAP Ariba Solutions
Transform Procurement with the SAP S/4HANA Digital Core and SAP Ariba Solutions
 
CRM magic with data migration & integration (Presentation at CRMUG Summit 2013)
CRM magic with data migration & integration (Presentation at CRMUG Summit 2013)CRM magic with data migration & integration (Presentation at CRMUG Summit 2013)
CRM magic with data migration & integration (Presentation at CRMUG Summit 2013)
 
Source code visualization (SourceViz)
Source code visualization (SourceViz)Source code visualization (SourceViz)
Source code visualization (SourceViz)
 
Togaf 9.1 ADM summary
Togaf 9.1 ADM summaryTogaf 9.1 ADM summary
Togaf 9.1 ADM summary
 
The road to plm
The road to plmThe road to plm
The road to plm
 
Sap plant maintenance
Sap plant maintenanceSap plant maintenance
Sap plant maintenance
 
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella useCapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
CapellaDays2022 | CILAS - ArianeGroup | CILAS feedback about Capella use
 
Free CBAP V3 study material
Free CBAP V3 study materialFree CBAP V3 study material
Free CBAP V3 study material
 
Presentation for SAP client
Presentation for SAP clientPresentation for SAP client
Presentation for SAP client
 
Automotive SPICE® 3.0 - What is new and what has changed?
Automotive SPICE® 3.0 - What is new and what has changed?Automotive SPICE® 3.0 - What is new and what has changed?
Automotive SPICE® 3.0 - What is new and what has changed?
 
Value Realization with SAP Ariba Solutions Approach, Measurement, and Success
Value Realization with SAP Ariba Solutions Approach, Measurement, and SuccessValue Realization with SAP Ariba Solutions Approach, Measurement, and Success
Value Realization with SAP Ariba Solutions Approach, Measurement, and Success
 
SapPreventive Maintenance
SapPreventive Maintenance SapPreventive Maintenance
SapPreventive Maintenance
 
Cobit_5_Checklist.pdf
Cobit_5_Checklist.pdfCobit_5_Checklist.pdf
Cobit_5_Checklist.pdf
 
Training on ASAP Methodology.ppt
Training on ASAP Methodology.pptTraining on ASAP Methodology.ppt
Training on ASAP Methodology.ppt
 
Leverage Fieldglass for Services Procurement & Contingent Workforce Management
Leverage Fieldglass for Services Procurement & Contingent Workforce ManagementLeverage Fieldglass for Services Procurement & Contingent Workforce Management
Leverage Fieldglass for Services Procurement & Contingent Workforce Management
 
Dmaic phases & tools
Dmaic phases & toolsDmaic phases & tools
Dmaic phases & tools
 
Marc Lankhorst (auth.) - Enterprise Architecture at Work_ Modelling, Communic...
Marc Lankhorst (auth.) - Enterprise Architecture at Work_ Modelling, Communic...Marc Lankhorst (auth.) - Enterprise Architecture at Work_ Modelling, Communic...
Marc Lankhorst (auth.) - Enterprise Architecture at Work_ Modelling, Communic...
 
An Overview of SAP S4/HANA
An Overview of SAP S4/HANAAn Overview of SAP S4/HANA
An Overview of SAP S4/HANA
 

En vedette

Aras PLM Software Digital Natives
Aras PLM Software Digital NativesAras PLM Software Digital Natives
Aras PLM Software Digital Natives
Aras
 
Minerva Aras PLM for Electronics
Minerva Aras PLM for ElectronicsMinerva Aras PLM for Electronics
Minerva Aras PLM for Electronics
Aras
 
Pervasive PLM
Pervasive PLMPervasive PLM
Pervasive PLM
Aras
 
Strategies for Implementing Aras Innovator
Strategies for Implementing Aras InnovatorStrategies for Implementing Aras Innovator
Strategies for Implementing Aras Innovator
Aras
 
Aras PLM Software Implementation Methodology
Aras PLM Software Implementation MethodologyAras PLM Software Implementation Methodology
Aras PLM Software Implementation Methodology
Aras
 
Aras PLM Software Visualization
Aras PLM Software VisualizationAras PLM Software Visualization
Aras PLM Software Visualization
Aras
 
Intro to Aras PLM Software Solutions
Intro to Aras PLM Software SolutionsIntro to Aras PLM Software Solutions
Intro to Aras PLM Software Solutions
Aras
 
Aras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing ApplicationsAras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing Applications
Aras
 

En vedette (14)

Aras PLM Software Digital Natives
Aras PLM Software Digital NativesAras PLM Software Digital Natives
Aras PLM Software Digital Natives
 
Minerva Aras PLM for Electronics
Minerva Aras PLM for ElectronicsMinerva Aras PLM for Electronics
Minerva Aras PLM for Electronics
 
Technical Documentation for Technical Publications
Technical Documentation for Technical PublicationsTechnical Documentation for Technical Publications
Technical Documentation for Technical Publications
 
Pervasive PLM
Pervasive PLMPervasive PLM
Pervasive PLM
 
Strategies for Implementing Aras Innovator
Strategies for Implementing Aras InnovatorStrategies for Implementing Aras Innovator
Strategies for Implementing Aras Innovator
 
Aras PLM Software Implementation Methodology
Aras PLM Software Implementation MethodologyAras PLM Software Implementation Methodology
Aras PLM Software Implementation Methodology
 
Aras PLM Software Visualization
Aras PLM Software VisualizationAras PLM Software Visualization
Aras PLM Software Visualization
 
Intro to Aras PLM Software Solutions
Intro to Aras PLM Software SolutionsIntro to Aras PLM Software Solutions
Intro to Aras PLM Software Solutions
 
Aras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing ApplicationsAras Innovative PLM Manufacturing Applications
Aras Innovative PLM Manufacturing Applications
 
Supplier Exchange Portal
Supplier Exchange PortalSupplier Exchange Portal
Supplier Exchange Portal
 
New Approaches to ALM PLM Cross Discipline Product Development
New Approaches to ALM PLM Cross Discipline Product DevelopmentNew Approaches to ALM PLM Cross Discipline Product Development
New Approaches to ALM PLM Cross Discipline Product Development
 
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods IndustryImplementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
Implementing PLM in the Fast-Paced, Innovation Driven Prepared Foods Industry
 
Whats New from Aras 2016
Whats New from Aras 2016Whats New from Aras 2016
Whats New from Aras 2016
 
改變行為的設計:一些理論
改變行為的設計:一些理論改變行為的設計:一些理論
改變行為的設計:一些理論
 

Similaire à Understanding the New Content Modeling Framework

Sap crm technical summary
Sap crm technical summarySap crm technical summary
Sap crm technical summary
Souptik13
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docx
christiandean12115
 
Oracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africaOracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africa
magnificsmile
 

Similaire à Understanding the New Content Modeling Framework (20)

Oracle fusion dba online training
Oracle fusion  dba online trainingOracle fusion  dba online training
Oracle fusion dba online training
 
Hari_crm_Middleware_exp
Hari_crm_Middleware_expHari_crm_Middleware_exp
Hari_crm_Middleware_exp
 
Don't Reinvent the Wheel - Tips and tricks for rease in Oracle ADF - Luc Bors
Don't Reinvent the Wheel - Tips and tricks for rease in Oracle ADF - Luc BorsDon't Reinvent the Wheel - Tips and tricks for rease in Oracle ADF - Luc Bors
Don't Reinvent the Wheel - Tips and tricks for rease in Oracle ADF - Luc Bors
 
Dont Reinvent the Wheel: Tips and Tricks for reuse in ADF
Dont Reinvent the Wheel: Tips and Tricks for reuse in ADFDont Reinvent the Wheel: Tips and Tricks for reuse in ADF
Dont Reinvent the Wheel: Tips and Tricks for reuse in ADF
 
Earley associates content-choreography_approach-2011-04-28
Earley associates content-choreography_approach-2011-04-28Earley associates content-choreography_approach-2011-04-28
Earley associates content-choreography_approach-2011-04-28
 
SAP CRM TECHNICAL TRAINING | ONLINE TRAINING FOR SAP CRM
SAP CRM TECHNICAL TRAINING | ONLINE TRAINING FOR SAP CRMSAP CRM TECHNICAL TRAINING | ONLINE TRAINING FOR SAP CRM
SAP CRM TECHNICAL TRAINING | ONLINE TRAINING FOR SAP CRM
 
Building modern intranets with share point communication sites aug 2018
Building modern intranets with share point communication sites aug 2018Building modern intranets with share point communication sites aug 2018
Building modern intranets with share point communication sites aug 2018
 
Sap crm technical summary
Sap crm technical summarySap crm technical summary
Sap crm technical summary
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docx
 
Quality Planning for Product Risk Management
Quality Planning for Product Risk ManagementQuality Planning for Product Risk Management
Quality Planning for Product Risk Management
 
Overview of ASP.Net by software outsourcing company india
Overview of ASP.Net by software outsourcing company indiaOverview of ASP.Net by software outsourcing company india
Overview of ASP.Net by software outsourcing company india
 
Best salesforce training Institute in Hyderabad
Best salesforce training Institute in HyderabadBest salesforce training Institute in Hyderabad
Best salesforce training Institute in Hyderabad
 
Oracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africaOracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africa
 
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL COURSE
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL COURSESAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL COURSE
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL COURSE
 
SAP CRM TECHNICAL LEARN ONLINE | ONLINE SAP CRM TECHNICAL TRAINING
SAP CRM TECHNICAL LEARN ONLINE | ONLINE SAP CRM TECHNICAL TRAININGSAP CRM TECHNICAL LEARN ONLINE | ONLINE SAP CRM TECHNICAL TRAINING
SAP CRM TECHNICAL LEARN ONLINE | ONLINE SAP CRM TECHNICAL TRAINING
 
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICALSAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL
 
SAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL
SAP CRM TECHNICAL  ONLINE TRAINING  | SAP CRM TECHNICALSAP CRM TECHNICAL  ONLINE TRAINING  | SAP CRM TECHNICAL
SAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL
 
SAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL TRAINING
SAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL TRAININGSAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL TRAINING
SAP CRM TECHNICAL ONLINE TRAINING | SAP CRM TECHNICAL TRAINING
 
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL CLASSES
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL CLASSESSAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL CLASSES
SAP CRM TECHNICAL TRAINING | ONLINE SAP CRM TECHNICAL CLASSES
 
SAP CRM TECHNICAL TRAINING | LEARN SAP CRM TECHNICAL
SAP CRM TECHNICAL TRAINING | LEARN SAP CRM TECHNICAL SAP CRM TECHNICAL TRAINING | LEARN SAP CRM TECHNICAL
SAP CRM TECHNICAL TRAINING | LEARN SAP CRM TECHNICAL
 

Plus de Aras

Plus de Aras (20)

Client Technology Directions
Client Technology DirectionsClient Technology Directions
Client Technology Directions
 
Aras Vision and Roadmap 2016
Aras Vision and Roadmap 2016Aras Vision and Roadmap 2016
Aras Vision and Roadmap 2016
 
Aras Community Update 2016
Aras Community Update 2016Aras Community Update 2016
Aras Community Update 2016
 
MBSE and the Business of Engineering
MBSE and the Business of EngineeringMBSE and the Business of Engineering
MBSE and the Business of Engineering
 
Beyond ECAD Connectors
Beyond ECAD ConnectorsBeyond ECAD Connectors
Beyond ECAD Connectors
 
The PLM Journey of Justifying Change with Strategic Vision
The PLM Journey of Justifying Change with Strategic VisionThe PLM Journey of Justifying Change with Strategic Vision
The PLM Journey of Justifying Change with Strategic Vision
 
The Impact of IoT on Product Design
The Impact of IoT on Product DesignThe Impact of IoT on Product Design
The Impact of IoT on Product Design
 
Enterprise Agile Deployment
Enterprise Agile DeploymentEnterprise Agile Deployment
Enterprise Agile Deployment
 
Taking Manufacturing Process Planning to the Next Level
Taking Manufacturing Process Planning to the Next LevelTaking Manufacturing Process Planning to the Next Level
Taking Manufacturing Process Planning to the Next Level
 
Quality Systems
Quality SystemsQuality Systems
Quality Systems
 
The Power of Self Service Reporting
The Power of Self Service ReportingThe Power of Self Service Reporting
The Power of Self Service Reporting
 
Making users More Productive with Enterprise Search
Making users More Productive with Enterprise SearchMaking users More Productive with Enterprise Search
Making users More Productive with Enterprise Search
 
How to Configure Tech Docs
How to Configure Tech DocsHow to Configure Tech Docs
How to Configure Tech Docs
 
Techniques for Gathering Agile Requirements
Techniques for Gathering Agile RequirementsTechniques for Gathering Agile Requirements
Techniques for Gathering Agile Requirements
 
Whats New in Visual Collaboration 2016
Whats New in Visual Collaboration 2016Whats New in Visual Collaboration 2016
Whats New in Visual Collaboration 2016
 
Simulation Data Management-Ansys
Simulation Data Management-AnsysSimulation Data Management-Ansys
Simulation Data Management-Ansys
 
Simulation Data Management-Aras
Simulation Data Management-ArasSimulation Data Management-Aras
Simulation Data Management-Aras
 
It Sizing for Aras on Azure, Hybrid or On-site Deployments
It Sizing for Aras on Azure, Hybrid or On-site DeploymentsIt Sizing for Aras on Azure, Hybrid or On-site Deployments
It Sizing for Aras on Azure, Hybrid or On-site Deployments
 
Architecting Design Development Test Request System in Aras
Architecting Design Development Test Request System in ArasArchitecting Design Development Test Request System in Aras
Architecting Design Development Test Request System in Aras
 
Product Line Engineering Meets PLM
Product Line Engineering Meets PLMProduct Line Engineering Meets PLM
Product Line Engineering Meets PLM
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

Understanding the New Content Modeling Framework

  • 1. © 2016 Aras aras.com
  • 2. Content Modeling Framework © 2016 Aras aras.com
  • 3. Objective  Overview of the Content Modeling Framework (CMF)  Review FMEA Example Configuration © 2016 Aras aras.com
  • 4. Content Modelling Framework (CMF) Overview  Purpose ▫ Creates a data model of independent elements that are collectively treated as a single entity (CMF Document). ▫ Provides Viewers/Editors for creating and modifying Document content  Used to define the Documents and Views used in Quality Planning (QMS R1) ▫ CMF contains a single Viewer/Editor for the tabular-based content of a Quality Document © 2016 Aras aras.com
  • 5. CMF Document Example Process Quality Document © 2016 Aras aras.com Operation Tool Product Char. Process Char. Eval. Meas. Tech. Function Failure Mode Effect Cause Prevention Detection Action Name Number Descr. Descr. Name Descr. Descr. Descr. Descr. Descr. Descr. Descr. Model View (Tabular) PFMEA “Operation” <Element Type> <Property Type> <View> <Column> “Function” “Failure Mode” “Effect” “Cause” “…” Style Editor Header Width Control Plan <View> Process Flow <View> “…” “…” Process Quality Document <Content Type>
  • 6. Content Modeling Framework Overview  Data Model ▫ Content Types, Element Types, Property Types ▫ Referencing / Bindings ▫ Structure Mapping  Views ▫ Tabular for now… ▫ Other View Types in the future  Export Settings © 2016 Aras aras.com
  • 7. Content Type Content Modeling Framework Concept of Operations © 2016 Aras aras.com Model Definition <ItemType> Process Quality Doc <ItemType> ImplementationDefines Instance DataInstantiated As Name: “Operation” Element Type Name: “Number” Property Type Type: Integer <RelationshipType> <RelationshipType> Name: “Description” Property Type Type: String parent Linked ItemType: Operation … Description value: String <RelationshipType> Number value: Integer … value: Type <RelationshipType> element_ref_id parent_ref_id Process Quality Doc <Item> Operation <Relationship> Number value: 5 Description value: “Mix” <Relationship> … …
  • 8. Content Modeling Framework Content Type  Purpose ▫ Defines a CMF Document  How it works ▫ Identifies an existing Target ItemType, onto which a number of Relationships will be attached for Document Elements and their Properties ▫ Assigns one or more Views for displaying/editing Document content © 2014 Aras aras.com
  • 9. Content Modeling Framework Element Type  Purpose ▫ Define the Objects of a CMF Document  How it works ▫ Similar in function to an ItemType  Implemented as Null Relation on Target ItemType ▫ Can be linked to a single ‘parent’ Document Element  Forms Element hierarchy  parent_ref_id links to Element ▫ Can be bound to a single ‘Business Object’ (Bus. Obj.) © 2014 Aras aras.com
  • 10. Content Modeling Framework Property Type  Purpose ▫ Defines properties for a Document Element  How it works ▫ Similar to a Property ItemType  Implemented as Null Relation on Target ItemType  element_ref_id links to Element  Types: ▫ Boolean, Date Time, Double, Integer, String, Text, File, Image, List ▫ Can be bound to a single Bus. Obj. Property ▫ Can specify a Method for automatic value calculation or style setting © 2014 Aras aras.com
  • 11. Content Modeling Framework View – Column configuration  Purpose ▫ Configure Header, Cell Styles ▫ Set Cell Editor  How it works ▫ Header and Cells styling by cmf_Style ▫ Editors  Property default  List  Combo List © 2016 Aras aras.com List Editor Default Property Editor Combo List
  • 12. Content Modeling Framework Item (Business Object) References / Binding  Purpose ▫ Allows CMF Documents to have an indirect association with other PLM Items (Business Objects)  Document Element becomes a ‘proxy’ to the Bus. Obj.  How it works ▫ ‘Soft Link’ between CMF Document Item and Business Object  Relationship will not show in ‘Where-Used’  CMF Doc. Item and Bus. Obj. can be removed w/o restriction ▫ Changes to Business Object Properties can be identified/flagged in Editor © 2016 Aras aras.com
  • 13. Content Modeling Framework Item (Business Object) References / Binding  Referenced Type: ItemType to map to  Tracking: How to handle discrepancies in content ▫ Show, Ignore  Resolution: Mapped Item Instance to check ▫ As Saved, Current  New Element: Reference Options ▫ Pick, Create, Both  Reference Required: Can there be ‘unmapped’ Document Elements? © 2016 Aras aras.com
  • 14. Content Modeling Framework Example: Item Reference / Binding © 2016 Aras aras.com Number Name Model Items (Business Objects) <Element Type> <Property Type> MPP Operation String: Operation Name Integer: Operation Number Tool Name … MPP Tool String: Tool Name Integer: Item Number <ItemType> Operation
  • 15. Process Quality Document Example: Operation Reference © 2016 Aras aras.com
  • 16. Content Modeling Framework Structure Mapping  Purpose: ▫ Provide a mechanism to map, and track, the structure of Document Elements in a CMF Document to a structure of referenced Business Objects  Will be used in QP to map Quality Documents to Mfg Process Plans  How it works: ▫ Methods return a list of Item instances that are associated with a given bound Document Element  Identifies order (when needed) © 2016 Aras aras.com
  • 17. Structure Mapping Example Quality Planning -> MPP  QP - Process Quality Document ▫ Mapped to Process Plan ▫ Requires PQB Binding application  QP – Operation ▫ Mapped to MPP Operation ▫ Order is tracked  QP – Tool ▫ Mapped MPP Tool ▫ Order is not tracked © 2016 Aras aras.com Process Quality Document Operation Tool Process Plan MPP Operation Op. Resource MPP Tool CMF (QP) MPP Reference Reference Reference Document Element RelationshipType ItemType <Track Order>
  • 18. Content Modeling Framework Structure Mapping  Candidate Document Element: ▫ A Document Element that refers to a Business Object in a bound structure that has not been accepted into a document  Flagged Document Element: ▫ A Document Element that does not represent its mapped structure either because:  It is out of place based on ordering  It doesn’t refer to a referenced Business Object that exists in its parent’s hierarchy © 2016 Aras aras.com
  • 19. Structure Mapping Example Quality Planning -> MPP © 2016 Aras aras.com
  • 20. Structure Mapping Example Quality Planning -> MPP © 2016 Aras aras.com Candidate Document Elements
  • 21. Structure Mapping Example Quality Planning -> MPP © 2016 Aras aras.com
  • 22. Structure Mapping Example Quality Planning -> MPP – Mismatched Content © 2016 Aras aras.com
  • 23. Structure Mapping Example Quality Planning -> MPP – Business Object Removed © 2016 Aras aras.com
  • 24. © 2016 Aras aras.com