Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Juggernaut

Featured Replies

Hi, I have a requirement to lookup data in my line items file differentiated by the client name.

The structure is as follows;

Client table related to Invoicing table by Client ID

Invoicing table related to Line Items Table by Invoice Number

Line Items Table related to Items Table by Item Number

One of the clients items price is different so I defined the price field in line items as:

Case(Company="CHECKERS";Lookup(Items::Price);Lookup(Items::Price1)

and that did not work so I tried changing the field to

If(Company="CHECKERS";Lookup(Items::Price);Lookup(Items::Price1) and that doesn't work either.

can anyone help please

If(Company="CHECKERS";Items::Price; Items::Price1)

try that!

  • Author

Sorry, that won't work because it "HardWires" the result so any changes made in the Items table are applied to existing invoices

Hi, Oyseka!

Make field as autoenter without checking "Replace existing". Must it work.

  • Author

Tried that and that does not work either, the line items table only brings in one price no matter who the customer is. Is it possible that there is a problem with the relationship between the tables

Edited by Guest

Does it work if you commit the record, the re-select the product?

NOTE: Please delete you duplicate posts on this subject in the Relationships section.

  • Author

No, it still only brings in the value from Price1 no matter who the company is

I can't tell from your description if this is an implementation problem, or if you are facing the problem described here. It actually doesn't matter much, because you will face that problem anyway. I still don't know a good solution to that one.

Perhaps making the user select the customer by a script (which would conclude by committing the invoice) would be a decent workaround.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.