Configurator Price

We're on ver 6.10.541 so we don't have the 'cascading' configuring capability.
Â
Not sure how you would do this, maybe 'run program' rule for each subassy in the Main part, inputing the subassy part number, getting back a weight and adding that weight to the over-all Main part weight (?)

--- On Fri, 7/17/09, gmack110256 <genemack@...> wrote:


From: gmack110256 <genemack@...>
Subject: [Vantage] Configurator Price
To: vantage@yahoogroups.com
Date: Friday, July 17, 2009, 11:10 AM


Â



Thanks for the info Jim, part of the problem solved. Now the next step.
On my main configured part I am using the following to bring in the selling price and weight for parts as an on leave statement.

FIND Part WHERE Part.partNum = cmbB1 AND Part.Company = "XYZ" NO-LOCK.

if available Part then
decBw1 = decB1 * Part.NetWeight.
decBp1 = decB1 * Part.UnitPrice.

This is working just great. I have this same set up on my Configured Part I am bring in as part or my cascading configurator. Based on the inputs for this part it figures weight and price and populates dec boxes with the information.

When I bring it in part under my main configured part as a sub assembly I don't see how to tie the weight and price from this to the rest of the main part totals. I can't access the dec boxes on the sub-part that contain this information while setting up the main part.

Anybody got an ideas how to tie this in?

Gene
Johnson SystemInc.



















[Non-text portions of this message have been removed]
Thanks for the info Jim, part of the problem solved. Now the next step.
On my main configured part I am using the following to bring in the selling price and weight for parts as an on leave statement.

FIND Part WHERE Part.partNum = cmbB1 AND Part.Company = "XYZ" NO-LOCK.

if available Part then
decBw1 = decB1 * Part.NetWeight.
decBp1 = decB1 * Part.UnitPrice.

This is working just great. I have this same set up on my Configured Part I am bring in as part or my cascading configurator. Based on the inputs for this part it figures weight and price and populates dec boxes with the information.

When I bring it in part under my main configured part as a sub assembly I don't see how to tie the weight and price from this to the rest of the main part totals. I can't access the dec boxes on the sub-part that contain this information while setting up the main part.

Anybody got an ideas how to tie this in?

Gene
Johnson SystemInc.