Hello all,
I am curious to understand the purpose of Keys under Production Configurator. Maybe with an example?
Thanks in advance.
Hello all,
I am curious to understand the purpose of Keys under Production Configurator. Maybe with an example?
Thanks in advance.
Best answer by PragatiMalviya64
Purpose of the configuration key:
1. Unique Identification - It distinguishes one configured product from another, even when they share the same base inventory item. For example, two custom windows with different sizes, colors, or hardware will each generate a distinct key, making every configuration traceable and unambiguous.
2. Repeat Orders - The configuration key can be referenced as a template to quickly recreate the same custom item for repeat orders, using all previously defined parameters. This saves significant time when a customer reorders or needs a slight variation of a prior configuration then no manual re-entry required.
Imagine you manufacture custom windows. Your configurator has these features and options:
| Feature | Option Selected |
|---|---|
| Frame Material | ALU (Aluminum) |
| Glass Type | DBL (Double Pane) |
| Width (attribute) | 36 |
| Height (attribute) | 48 |
| Color | WHT (White) |
You could define the Configuration Key formula as a concatenation of these selections:[FrameMaterial] & "-" & [GlassType] & "-" & CStr([Width]) & "x" & CStr([Height]) & "-" & [Color]
This would generate a key like: ALU-DBL-36x48-WHT
When the same customer reorders or a similar order comes in - the sales rep simply looks up the existing configuration key. The system automatically pre-fills all attributes and options, and if adjustments are needed, the rep can modify just the relevant fields. Any changes will generate a new unique configuration key, saving significant time compared to configuring the product from scratch.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.