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

If a commit log times out the timeout value is not written to the log entry for the timeout.

 

This is caused by the incorrect global variable name in the set field calculation for the EasyAudit::Note field In the "EasyAudit Commit - Server" script.

 

You can find this step towards the end of STEP 1 section of "EasyAudit Commit - Server".

 

To fix, change the step to the following (step in red, change in bold):

 

#
#If EA timed out waiting for changes to be committed to the database...
If [ $e > $$ea_timeout_seconds ]
#Log the timeout.
New Record/Request
Set Field By Name [ "EasyAudit::Transaction_ID"; $Transaction_ID ]
Set Field By Name [ "EasyAudit::Entry_Type"; "Timeout" ]
Set Field By Name [ "EasyAudit::Note"; "Timed out waiting for changes to be saved to database. Waited " & $$ea_timeout_seconds & " seconds, starting at " & $TS_Pre_Commit & "." ]
Commit Records/Requests
[ Skip data entry validation; No dialog ]
Exit Script [ ]
End If

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.