Skip 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.

Add color to an output?

Featured Replies

I'm creating an email output from portal row info. Everything works perfectly, but my client wants certain rows to show up bold or in a different color. Does anyone know of a way to do this?

-Heather

This is fun stuff!

Let's suppose you have records which are identified as code red, code yellow and code green. You want to distinguish these in a portal or on a report.

For each code, create a global container field and maybe an extra field for code other. Use a graphics program to create red, yellow and green circles, or whatever shape. Copy from there and paste the color into the corresponding global container. (It doesn't work to use FM's coloring from the status bar.)

Now create a calculation field, result container, as follows:

color_calc = case(code = "Red", red_color, code = "Yellow", yellow_color, code = "Green", green_color, default_color)

In the portal, place a field portal_relation::color_calc behind or beside other fields.

Now each row should display the correct code color! As for getting this in email, well I don't know.

Have fun -- Mark

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.