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.

Featured Replies

I did do a search on the forums and couldn't find the solution to my problem, so sorry if it has been answered before.

In this example I have two tables, with related field Work Order #. The two tables are Work Orders and Invoices. When an order is complete, its Work Order # is added to the invoice table and an invoice is generated based on the Work Order info. An invoice can have multiple Work Orders on it, but these Work Orders MUST have the same PO#...

basically how do I validate the entry of the Work Order #s so that only Work Orders of the same PO# can be entered.

Heh, I hope that all made sense. Attached is a sample I've made.

Thanks in advance

portal_validation.zip

Edited by Guest
Removed Forum Info

  • Author

I forgot to mention invoices has two layouts.

So basically I want it so that Orders 1 and 2 can be put on the same invoice since they have the same PO#, but Order 3 must be on its own seperate invoice.

  • Author

figured it out myself :

put this in validate by calculation under the Work Order # field in invoices table:

If(Count(Work Order #s)>1;

If(Variance ( sample_workorders::PO # ) ≠ 0 ;False;True);

True)

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.