Newbies FMApps Posted June 22, 2011 Newbies Posted June 22, 2011 Im sure this is something simple im missing. Im sure this is a common enough got a layout "orders" with a portal "line items". When a serial is entered into the portal the line items should use the serial to LookUp the price from a related inventory table. The LookUp is calculated (needs to be because there is more than one price depending on a parameter). The first item added to the portal leaves the lookup blank all other after work fine. Also works fine if you remove the first portal record and reenter it. help would be appreciated Thanks
comment Posted June 22, 2011 Posted June 22, 2011 The LookUp is calculated (needs to be because there is more than one price depending on a parameter). Please describe exactly how you set it up.
Newbies FMApps Posted June 22, 2011 Author Newbies Posted June 22, 2011 here are the relationships relation.pdf lookup calculation is in the line items table Price field does this lookup calculation. tried with both option checked and unchecked (replace) and (dont calc if fields empty) Case( Customer::tier=1;Inventory::Price Tier 1; Customer::tier=2;Inventory::Price Tier 2; Customer::tier=3;Inventory::Price Tier 3 ) as i said before this woks after one entry has been made even if its removed. I appreciate the help
comment Posted June 22, 2011 Posted June 22, 2011 I believe it works after the Order record has been committed. This is a known (and ongoing) bug. You can use a triggered script to work around it.
Newbies FMApps Posted June 24, 2011 Author Newbies Posted June 24, 2011 I believe it works after the Order record has been committed. This is a known (and ongoing) bug. You can use a triggered script to work around it. Thanks problem solved
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now