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.

Create a Help system using one layouts

Featured Replies

I am attempting to create a Help system using layouts.

I am using one layout with several Subject headings and below them the respective help text. These headings also have object names attached so when I go to a particular object name, its suppose to go to a particular subject heading within the layout.

so far, this is not working. It merely goes to the top of the layout.

Example:

Go to [layout name]

Go to Object [Object Name]

NOTE: Even if it was working, I haven't been able to figure out a way to use a variable field of some type in the second command to make it more flexible. Any help would be appreciated.

i would just have a drop down value list field for your subjects, and then a large text calculation field below that.

the calculation for that field would be something like this:

Case (subject = "Closing the database" ; "Click on the red X to close the database"; subject = "Minimizing the database"; "Click on the flat line, to the left of the red X, to minimize the database"; "Please select your help topic, above.")

It's also probably best to set global storage for both fields.

I don't think I'd want to maintain a calculation like that, but a similar option is to use a related table of help info. Much easier to add and edit the info IMO.

Back to the question, the script can be very simple, you were almost there:

Go to layout("help")

Go to Object( Get(ScriptParameter) )

Maybe you didn't actually give the tab panels object names? It's not the same thing as the names you enter when creating the tab object. Sorry if I'm telling you stuff you already know.

See attached file for example.

helpTabs.zip

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.