Transfer a list of cabinets to Microvellum

You now can transfer a list of cabinets from an order in Cieblink or a quotation in Cienapps to the Microvellum app. This transfer can be completed with the use of an XML file generated by one of the following triggers :

  1. You create a new order in Cieblink with configurable products

  2. You create a new quotation in Cienapps followed by a right click on a configurable product

XML Sample

Here’s a sample of the XML that will be generated by Cieblink.

<?xml version="1.0" encoding="UTF-8"?> <Root Application="Microvellum" ApplicationVersion="7.0"> <Project Name="Armoires Trudeau"> <JobNumber></JobNumber> <Products> <Product Name="B2T"> <Quantity>1</Quantity> <Height>34.75</Height> <Width>15</Width> <Depth>23.687</Depth> <XOrigin>0</XOrigin> <YOrigin>0</YOrigin> <ZOrigin>0</ZOrigin> <Angle>0</Angle> <ItemNumber>3</ItemNumber> <Comment></Comment> <Prompts/> <LinkIDLocation>PROJET CIEBLINK</LinkIDLocation> <LinkIDSpecificationGroup>Recette 1</LinkIDSpecificationGroup> </Product> <Product Name="B2P1TA"> <Quantity>1</Quantity> <Height>34.75</Height> <Width>30</Width> <Depth>23.687</Depth> <XOrigin>100</XOrigin> <YOrigin>-100</YOrigin> <ZOrigin>0</ZOrigin> <Angle>0</Angle> <ItemNumber>4</ItemNumber> <Comment></Comment> <Prompts/> <LinkIDLocation>PROJET CIEBLINK</LinkIDLocation> <LinkIDSpecificationGroup>Recette 1</LinkIDSpecificationGroup> </Product> </Products> <SpecificationGroups> <SpecificationGroup Name="Recette 1"/> </SpecificationGroups> <Locations> <Location Name="PROJET CIEBLINK"/> </Locations> </Project> </Root>

Add Prompts and Values

Only in Cienapps, you have the option to add different Prompts and their associated values on some products. Before adding prompt values on individual products, you’ll need to add the Prompt on the Prompt list.

 

You can do it through the following window in Cienapps Scheduling > Maintenance > Features > Prompts

 

 

Once the prompt has been added, you can now add the value to their respective feature.

Generate a XML file through a right click in Cienapps.

 

To cieate a XML file from a right click in Cienapps, right click on the product and then click on Open folder.

You can then complete the recipe and add products to this parent product.

Once the product is saved, the XML file will be generated.

Generate the XML file from Cieblink

 

Cieblink will create a XML for each order and configurable product individually. Products must be configured before the file is generated.

Steps :

  1. Add a product to the order

  2. Click. on the gear to configure the product

  3. Configure the product

  4. Save the product

  5. Download the XML file

For recipe product, a dedicated XML file will be created for this specific product.

Â