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

I am using the PHP Site Assistant to allow my users to browse and edit their forms. They are authenticated against an AD external account.

I can set the Authentication to direct the user to the SearchRecords.php page, and from there the user can type in their username to find the records they need, but I would like to automate this.

I have a field in FileMaker called StaffID which is their username when logging in. I would like them to authenticate and have the PHP script to a quick find on their username and take them either to recordlist.php or browserecord.php

Each of my users has only 1 record (this year), so browserecord.php would work. Next year though, each of my users will have 2 records, so recordlist.php would be a better solution.

Problem is, I am not sure where the 'auto find' commands should be placed. Do I put them in the Authentication.php page? FMView.php page? and where?

I tried putting

$findCommand =& $fm->newFindCommand('www_Goals');

$findCommand->addFindCriterion('StaffID', $userName);

$result = $findCommand->execute();

in the function checkStoredFile() area in the CGI class after else{ but that didn't work. It actually broke the solution.

Any guidance appreciated.

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.