Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4958 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

  • Newbies
Posted

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

Posted

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
Posted

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

This topic is 4958 days old. Please don't post here. Open a new topic instead.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.