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

Folks we all know how useful the "unread" badge icon on your telephone can be, I'd like to try and implement something like this into my FM SP database. 

I've a filter on the invoice list view that allows me to see any orders that need invoicing to the customer. 

The search criteria is:

OMIT = invoice posted = "1"
FIND = Quantity Remaining = "0"

I've tried to make a button on a button bar in the preferences layout using the same process as the tab formatting, namely: 

Let     (     [     number = Count ( T14m_preferences_INVOICES||id_constant::ID_Invoice ) ;     label = If ( number = 1 ; "Inv" ; "Invs" ) ;     findmode = "Invs" ;     size = 22 ;     color =  RGB ( 154 ; 154 ; 154 ) ;  // Grey     sizedNumber = TextSize ( number ; size ) ;     styledNumber = TextStyleAdd ( sizedNumber ; Plain ) ;     coloredLabel = TextColor ( label ; color )     ] ;     If     ( Get ( WindowMode ) = 1 ; findmode ;         styledNumber & " " & TextSize ( coloredLabel ; 13 )         )     )

I've associated the T14m table with the preferences using ID constants, so:

ID_Constant_Zero ("0") = quantity_remaining_total
ID_Constant ("1") NOT= Invoice_Posted

So far, the button just shows "INV ?" 

Feel like that link between the two tables isn't right. 

Anyhow, is there a better way to do this, say with pretty numbers like iOS has on it's icons? 

 

Thanks in advance. 

 

 

Hey jt,

This is one of those issue that would really benefit from a screen-sharing session, or a phone call at least.

Email me at [email protected], and we can schedule a time to take a look at this together.

Thanks,

Jonathan Hogle

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.