Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.55 KB

about-product-models.md

File metadata and controls

53 lines (29 loc) · 1.55 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.author ms.date mtps_version audience ms.search.region
About product models
About product models
a88d03bf-435f-4030-962f-9fcaec530335
36676402
tonyafehr
daxcpft
04/18/2014
v=AX.60
Application User
Global

About product models

[!INCLUDEarchive-banner]

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

A product model is an executable schema that enables the configuration of an item by using the user dialog box that is based on a set of modeling and calculation variables, validation rules and modeling tree nodes.

Note

This information applies only to Product builder.

Product models are only created for products with the Modeling enabled check box selected on the Released product details form.

When you create a product model, at a minimum you must:

  • Create modeling variables

  • Create modeling variable groups

  • Create calculation variables

  • Set up validation rules

  • Insert nodes in the modeling tree

When you develop a product model in Product Builder, you extend the code base of Microsoft Dynamics AX 2012 with new X++ code. Be sure to secure any external resources used by your product model, such as graphics and files, in addition to the application’s temporary folder.

See also

About product builder items