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.

Portals and Scripts

Featured Replies

Is it possible to have a script that will read several fields from a form and insert that information into a portal? I saw a bunch of field related commands but nothing for portals. However they may be one in the same, I thought I should ask.

Simple example, you fill out the fields for a check payment, then click pay and have it added to the Portal, at the same time update the account balance.

Yes. It is possible.

You need to use the Go to Portal script step.

For example, you could place a button on the form and the portal below the button (or anywhere on the form... uh layout)

under the button you'll want use some script like this:

go to Portal Row [ Select ; Last ]

# checks table might be what is in the portal

Set Field [checks::name; checkView::gCheckName]

and so on

# to put focus back on the layout - rather than being stuck in the

# portal you probably should do a call like this:

Go to Field [checkView::gCheckName]

or some field that is not in the Portal.

Hope that helps,

Sincerely,

J__

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.