Jump to content

Juan

Moderators
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Juan

  1. That information would be included in a variable the same say all the other information is. Unfortunately, Allmoxy is limited by the CV Job loader and anything CV doesn't recognize as an override will not change in CV. You can create the attribute and have a place for the customer to enter that information, that way you have it to enter manually once the job is in CV.

  2. 17 hours ago, mattyskywalker said:

    I know that in the past I've recommended adding multiple supplies to one attribute, and then when you are coding supplies the dropdown would show "Back_Material_A", "Back_Material_B" and so on. Or maybe there would be an option to name each supply, to keep things crystal clear when coding out the supply allocations. 

    The ability to tie multiple supply items to a single row in an attribute would be life changing. Eliminating redundant edgebanding attributes would just be the start.

  3. To use a result of a formula in an export formula, you will need to create a Part Attribute on the respective Export Part and write your formula there. Doing so will create a "this_part" variable that can now be used in the export formula. For example, if I needed the panel width in the export formula I would create a part attribute call "Panel Width" and write a formula like (door_width - (stile_width*2)+inset_add). That will create a variable named "this_part.panel_width" that can be used in the export formula section of the part.

  4. I've used these types of validation on optional modification that, if opted for, need additional information. If the additional information is a value from an entry field, you need to go to that attribute and default it to "0". Once that's done, you need to create a validation with the conditions of "if this optional modification is opted for, and this addition info equals a 0, then fire." You will then white an action message saying something along the lines of "if this optional modification is opted for then you must provide the additional info".

  5. This is possible now that the Proxy Variables are working (proxy variables now make it possible to reference any other part attribute within a parts formula)! Follow these steps!

    1. Create a proxy variable for each export (this is where you'll write the actual export formula).

    2. Create a Part for the exporters in the Products that will need these exports.

    3. In the export section of that part, you would write a formula that would have the conditions that will choose which proxy variable (export formula) to use.

×
×
  • Create New...

Important Information

Terms and conditions of this site