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.

View all in a portal

Featured Replies

Can anyone solve a problem that I don't have the expertise to solve myself.

I have a diary table and a to do table. They are related by a global in the diary and a user id field in the to do. At present any user can create or view each others to do's by setting the global to the user id.

The problem is how can I create a "global to do" that is visible in everyones to do.

Second problem is how can I create a "private" to do such that only the logged in user can see. That is that user can not see the other users private to do?

Joseph

Edited by Guest

The problem is how can I create a "global to do" that is visible in everyones to do.

You'll need to have a button, "Show All," that sets the global to everyone's ID (global must be text). Use a value list that has all the ids, and set the global to the value list when the Show All button is clicked.

Second problem is how can I create a "private" to do such that only the logged in user can see. That is that user can not see the other users private to do?

Well, you'd need at least two types of "to dos", private and public. Also, you need to store the CreatedAccountName in each record. Then when a user creates a to do, they'd mark it as private. Then you can use record level access privileges to hide the private to dos from the accounts that didn't create the private to do. Research record-level access.

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.